diff --git a/Trigger/TrigMonitoring/TrigSteerMonitor/src/TrigSignatureMoniMT.cxx b/Trigger/TrigMonitoring/TrigSteerMonitor/src/TrigSignatureMoniMT.cxx
index 65dfdf13ac5e54a459af76799c63445ae17740ba..c2531161d548be0c3472097f10fc9ab38650abb6 100644
--- a/Trigger/TrigMonitoring/TrigSteerMonitor/src/TrigSignatureMoniMT.cxx
+++ b/Trigger/TrigMonitoring/TrigSteerMonitor/src/TrigSignatureMoniMT.cxx
@@ -152,7 +152,9 @@ StatusCode TrigSignatureMoniMT::stop() {
 
   // retrieve information whether chain was active in Step
   std::map<std::string, std::set<std::string>> chainToSteps;
+  std::map<std::string, std::set<int>> chainToStepsId;
   for ( const TrigConf::Chain& chain: *hltMenuHandle ){
+    int nstep=1; //let's start from step=1
     for ( const auto& seq : chain.getList("sequencers", true) ){
       // example sequencer name is "Step1_FastCalo_electron", we need only information about Step + number
       const std::string seqName = seq.getValue();
@@ -162,6 +164,11 @@ StatusCode TrigSignatureMoniMT::stop() {
       std::string stepName = stepNameMatch[0];
       stepName[0] = std::toupper(stepName[0]); // fix for "step1" names
       chainToSteps[chain.name()].insert( stepName );
+      chainToStepsId[chain.name()].insert( nstep );
+      //check that the step name is set with the same position in the execution
+      if ("Step"+std::to_string(nstep) != stepName)
+	ATH_MSG_INFO("Sequence "<<seqName<<" (step "<<stepName<<") used at step "<<nstep<<" in chain "<<chain.name());
+      nstep++;
     }
   }
 
@@ -173,8 +180,8 @@ StatusCode TrigSignatureMoniMT::stop() {
         // skip steps where chain wasn't active
         // ybins are for all axis labes, steps are in bins from 3 to stepsSize + 2
         const std::string chainName = m_passHistogram->GetXaxis()->GetBinLabel(xbin);
-        ybin < 3 || ybin > stepsSize + 2 || chainToSteps[chainName].find("Step" + std::to_string(ybin - 2)) != chainToSteps[chainName].end() ?
-          v += fixedWidth( std::to_string( int(hist->GetBinContent( xbin, ybin ))) , 11 )
+        ybin < 3 || ybin > stepsSize + 2 || chainToStepsId[chainName].find(ybin - 2) != chainToStepsId[chainName].end() ?
+	  v += fixedWidth( std::to_string( int(hist->GetBinContent( xbin, ybin ))) , 11 )
           : v += fixedWidth( "-", 11 );
       } else {
         v += fixedWidth( " ", 11 );
diff --git a/Trigger/TrigSteer/L1Decoder/src/FSRoIsUnpackingTool.cxx b/Trigger/TrigSteer/L1Decoder/src/FSRoIsUnpackingTool.cxx
index a08a231cc933e6f4f4ed36a5f91168d1dd897c6e..8a9e2b574d4129664aa3e93d3b6b9bc2281d1465 100644
--- a/Trigger/TrigSteer/L1Decoder/src/FSRoIsUnpackingTool.cxx
+++ b/Trigger/TrigSteer/L1Decoder/src/FSRoIsUnpackingTool.cxx
@@ -39,7 +39,8 @@ StatusCode FSRoIsUnpackingTool::start() {
 
 StatusCode FSRoIsUnpackingTool::updateConfiguration() {
   using namespace TrigConf;
-
+  m_allFSChains.clear();
+  
   for ( auto thresholdToChain: m_thresholdToChainMapping ) {
     m_allFSChains.insert( thresholdToChain.second.begin(), thresholdToChain.second.end() );
   }
@@ -68,8 +69,11 @@ StatusCode FSRoIsUnpackingTool::unpack( const EventContext& ctx,
   auto decision  = TrigCompositeUtils::newDecisionIn( decisionOutput, "L1" ); // This "L1" denotes an initial node with no parents
   for ( auto c: activeFSchains ) addDecisionID( c, decision );
 
-  ATH_MSG_DEBUG("Unpacking FS RoI for " << activeFSchains.size() << " chains");
-
+  ATH_MSG_DEBUG("Unpacking FS RoI for " << activeFSchains.size() << " chains: " << [&](){ 
+      TrigCompositeUtils::DecisionIDContainer ids; 
+      TrigCompositeUtils::decisionIDs( decision, ids ); 
+      return std::vector<TrigCompositeUtils::DecisionID>( ids.begin(), ids.end() ); }() );
+  
 
   std::unique_ptr<TrigRoiDescriptorCollection> fsRoIsColl = std::make_unique<TrigRoiDescriptorCollection>();
   TrigRoiDescriptor* fsRoI = new TrigRoiDescriptor( true ); // true == FS
@@ -79,7 +83,7 @@ StatusCode FSRoIsUnpackingTool::unpack( const EventContext& ctx,
   ATH_CHECK( roiHandle.record ( std::move( fsRoIsColl ) ) );
 
   ATH_MSG_DEBUG("Linking to FS RoI descriptor");
-  decision->setObjectLink( "initialRoI", ElementLink<TrigRoiDescriptorCollection>( m_fsRoIKey.key(), 0 ) );
+  decision->setObjectLink( initialRoIString(), ElementLink<TrigRoiDescriptorCollection>( m_fsRoIKey.key(), 0 ) );  
 
   return StatusCode::SUCCESS;
 }
diff --git a/Trigger/TrigValidation/TrigAnalysisTest/share/ref_RDOtoRDOTrig_mt1_build.ref b/Trigger/TrigValidation/TrigAnalysisTest/share/ref_RDOtoRDOTrig_mt1_build.ref
index 996e400e1b8fb8bd6dfed1b720e9fa5dc3699ce0..7e6abdd7617b1f668b81466958e42e1c78978988 100644
--- a/Trigger/TrigValidation/TrigAnalysisTest/share/ref_RDOtoRDOTrig_mt1_build.ref
+++ b/Trigger/TrigValidation/TrigAnalysisTest/share/ref_RDOtoRDOTrig_mt1_build.ref
@@ -1,438 +1,438 @@
 TrigSignatureMoniMT                                INFO HLT_2e17_etcut_L12EM15VH #3136730292
-TrigSignatureMoniMT                                INFO -- #3136730292 Events         2          2          2          2          2          -          -          2
-TrigSignatureMoniMT                                INFO -- #3136730292 Features                             6          149        7          -          -
+TrigSignatureMoniMT                                INFO -- #3136730292 Events         2          2          2          2          2          -          -          -          2
+TrigSignatureMoniMT                                INFO -- #3136730292 Features                             12         298        14         -          -          -
 TrigSignatureMoniMT                                INFO HLT_2e17_lhvloose_L12EM3 #1767768251
-TrigSignatureMoniMT                                INFO -- #1767768251 Events         20         20         0          0          0          0          -          0
-TrigSignatureMoniMT                                INFO -- #1767768251 Features                             0          0          0          0          -
+TrigSignatureMoniMT                                INFO -- #1767768251 Events         20         20         0          0          0          0          -          -          0
+TrigSignatureMoniMT                                INFO -- #1767768251 Features                             0          0          0          0          -          -
 TrigSignatureMoniMT                                INFO HLT_2e3_etcut_L12EM3 #2613484113
-TrigSignatureMoniMT                                INFO -- #2613484113 Events         20         20         20         20         20         -          -          20
-TrigSignatureMoniMT                                INFO -- #2613484113 Features                             171        1848       390        -          -
+TrigSignatureMoniMT                                INFO -- #2613484113 Events         20         20         20         20         20         -          -          -          20
+TrigSignatureMoniMT                                INFO -- #2613484113 Features                             342        3696       780        -          -          -
 TrigSignatureMoniMT                                INFO HLT_2g20_tight_L12EM20VH #2426612258
-TrigSignatureMoniMT                                INFO -- #2426612258 Events         2          2          0          0          0          0          -          0
-TrigSignatureMoniMT                                INFO -- #2426612258 Features                             0          0          0          0          -
+TrigSignatureMoniMT                                INFO -- #2426612258 Events         2          2          0          0          0          0          -          -          0
+TrigSignatureMoniMT                                INFO -- #2426612258 Features                             0          0          0          0          -          -
 TrigSignatureMoniMT                                INFO HLT_2g35_etcut_L12EM20VH #58053304
-TrigSignatureMoniMT                                INFO -- #58053304 Events           2          2          1          1          0          -          -          0
-TrigSignatureMoniMT                                INFO -- #58053304 Features                               2          2          0          -          -
+TrigSignatureMoniMT                                INFO -- #58053304 Events           2          2          1          1          0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #58053304 Features                               4          4          0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_2g35_medium_L12EM20VH #3965466087
-TrigSignatureMoniMT                                INFO -- #3965466087 Events         2          2          0          0          0          0          -          0
-TrigSignatureMoniMT                                INFO -- #3965466087 Features                             0          0          0          0          -
+TrigSignatureMoniMT                                INFO -- #3965466087 Events         2          2          0          0          0          0          -          -          0
+TrigSignatureMoniMT                                INFO -- #3965466087 Features                             0          0          0          0          -          -
 TrigSignatureMoniMT                                INFO HLT_2j330_a10t_lcw_jes_35smcINF_L1J100 #1295975955
-TrigSignatureMoniMT                                INFO -- #1295975955 Events         3          3          0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #1295975955 Features                             0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #1295975955 Events         3          3          0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #1295975955 Features                             0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_2mu14_L12MU10 #2619091790
-TrigSignatureMoniMT                                INFO -- #2619091790 Events         3          3          3          1          1          1          -          1
-TrigSignatureMoniMT                                INFO -- #2619091790 Features                             12         4          4          4          -
+TrigSignatureMoniMT                                INFO -- #2619091790 Events         3          3          3          1          1          1          -          -          1
+TrigSignatureMoniMT                                INFO -- #2619091790 Features                             12         4          4          4          -          -
 TrigSignatureMoniMT                                INFO HLT_2mu15_L12MU10 #557204938
-TrigSignatureMoniMT                                INFO -- #557204938 Events          3          3          3          1          1          1          -          1
-TrigSignatureMoniMT                                INFO -- #557204938 Features                              12         4          4          4          -
+TrigSignatureMoniMT                                INFO -- #557204938 Events          3          3          3          1          1          1          -          -          1
+TrigSignatureMoniMT                                INFO -- #557204938 Features                              12         4          4          4          -          -
 TrigSignatureMoniMT                                INFO HLT_2mu4_muonqual_L12MU4 #1584776935
-TrigSignatureMoniMT                                INFO -- #1584776935 Events         4          4          4          4          4          4          -          4
-TrigSignatureMoniMT                                INFO -- #1584776935 Features                             16         16         24         20         -
+TrigSignatureMoniMT                                INFO -- #1584776935 Events         4          4          4          4          4          4          -          -          4
+TrigSignatureMoniMT                                INFO -- #1584776935 Features                             16         16         24         20         -          -
 TrigSignatureMoniMT                                INFO HLT_2mu6Comb_L12MU6 #2046267508
-TrigSignatureMoniMT                                INFO -- #2046267508 Events         4          4          4          3          -          -          -          3
-TrigSignatureMoniMT                                INFO -- #2046267508 Features                             16         12         -          -          -
+TrigSignatureMoniMT                                INFO -- #2046267508 Events         4          4          4          3          -          -          -          -          3
+TrigSignatureMoniMT                                INFO -- #2046267508 Features                             16         12         -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_2mu6_10invm70_L1MU6 #1316992871
-TrigSignatureMoniMT                                INFO -- #1316992871 Events         10         10         4          3          3          3          2          0
-TrigSignatureMoniMT                                INFO -- #1316992871 Features                             16         12         18         16         2
+TrigSignatureMoniMT                                INFO -- #1316992871 Events         10         10         4          3          3          3          2          -          0
+TrigSignatureMoniMT                                INFO -- #1316992871 Features                             16         12         18         16         2          -
 TrigSignatureMoniMT                                INFO HLT_2mu6_Dr_L12MU4 #3304584056
-TrigSignatureMoniMT                                INFO -- #3304584056 Events         4          4          4          3          -          -          -          3
-TrigSignatureMoniMT                                INFO -- #3304584056 Features                             16         12         -          -          -
+TrigSignatureMoniMT                                INFO -- #3304584056 Events         4          4          4          3          -          -          -          -          3
+TrigSignatureMoniMT                                INFO -- #3304584056 Features                             16         12         -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_2mu6_L12MU6 #1747073535
-TrigSignatureMoniMT                                INFO -- #1747073535 Events         4          4          4          3          3          3          -          3
-TrigSignatureMoniMT                                INFO -- #1747073535 Features                             16         12         18         16         -
+TrigSignatureMoniMT                                INFO -- #1747073535 Events         4          4          4          3          3          3          -          -          3
+TrigSignatureMoniMT                                INFO -- #1747073535 Features                             16         12         18         16         -          -
 TrigSignatureMoniMT                                INFO HLT_2mu6_muonqual_L12MU6 #2398136098
-TrigSignatureMoniMT                                INFO -- #2398136098 Events         4          4          4          3          3          3          -          3
-TrigSignatureMoniMT                                INFO -- #2398136098 Features                             16         12         18         16         -
+TrigSignatureMoniMT                                INFO -- #2398136098 Events         4          4          4          3          3          3          -          -          3
+TrigSignatureMoniMT                                INFO -- #2398136098 Features                             16         12         18         16         -          -
 TrigSignatureMoniMT                                INFO HLT_3j200_L1J100 #2199422919
-TrigSignatureMoniMT                                INFO -- #2199422919 Events         3          3          0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #2199422919 Features                             0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #2199422919 Events         3          3          0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #2199422919 Features                             0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_3j200_L1J20 #493765146
-TrigSignatureMoniMT                                INFO -- #493765146 Events          19         19         0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #493765146 Features                              0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #493765146 Events          19         19         0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #493765146 Features                              0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_3mu6_L13MU6 #1832399408
-TrigSignatureMoniMT                                INFO -- #1832399408 Events         0          0          0          0          0          0          -          0
-TrigSignatureMoniMT                                INFO -- #1832399408 Features                             0          0          0          0          -
+TrigSignatureMoniMT                                INFO -- #1832399408 Events         0          0          0          0          0          0          -          -          0
+TrigSignatureMoniMT                                INFO -- #1832399408 Features                             0          0          0          0          -          -
 TrigSignatureMoniMT                                INFO HLT_3mu6_msonly_L13MU6 #1199773318
-TrigSignatureMoniMT                                INFO -- #1199773318 Events         0          0          0          0          0          -          -          0
-TrigSignatureMoniMT                                INFO -- #1199773318 Features                             0          0          0          -          -
+TrigSignatureMoniMT                                INFO -- #1199773318 Events         0          0          0          0          0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #1199773318 Features                             0          0          0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_3mu8_msonly_L13MU6 #424835335
-TrigSignatureMoniMT                                INFO -- #424835335 Events          0          0          0          0          0          -          -          0
-TrigSignatureMoniMT                                INFO -- #424835335 Features                              0          0          0          -          -
+TrigSignatureMoniMT                                INFO -- #424835335 Events          0          0          0          0          0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #424835335 Features                              0          0          0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_4mu4_L14MU4 #1834383636
-TrigSignatureMoniMT                                INFO -- #1834383636 Events         0          0          0          0          0          0          -          0
-TrigSignatureMoniMT                                INFO -- #1834383636 Features                             0          0          0          0          -
+TrigSignatureMoniMT                                INFO -- #1834383636 Events         0          0          0          0          0          0          -          -          0
+TrigSignatureMoniMT                                INFO -- #1834383636 Features                             0          0          0          0          -          -
 TrigSignatureMoniMT                                INFO HLT_5j70_0eta240_L14J20 #1175391812
-TrigSignatureMoniMT                                INFO -- #1175391812 Events         7          7          1          -          -          -          -          1
-TrigSignatureMoniMT                                INFO -- #1175391812 Features                             5          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #1175391812 Events         7          7          1          -          -          -          -          -          1
+TrigSignatureMoniMT                                INFO -- #1175391812 Features                             5          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_e140_lhloose_L1EM24VHI #2512605388
-TrigSignatureMoniMT                                INFO -- #2512605388 Events         6          6          0          0          0          0          -          0
-TrigSignatureMoniMT                                INFO -- #2512605388 Features                             0          0          0          0          -
+TrigSignatureMoniMT                                INFO -- #2512605388 Events         6          6          0          0          0          0          -          -          0
+TrigSignatureMoniMT                                INFO -- #2512605388 Features                             0          0          0          0          -          -
 TrigSignatureMoniMT                                INFO HLT_e140_lhloose_nod0_L1EM24VHI #2532156734
-TrigSignatureMoniMT                                INFO -- #2532156734 Events         6          6          0          0          0          0          -          0
-TrigSignatureMoniMT                                INFO -- #2532156734 Features                             0          0          0          0          -
+TrigSignatureMoniMT                                INFO -- #2532156734 Events         6          6          0          0          0          0          -          -          0
+TrigSignatureMoniMT                                INFO -- #2532156734 Features                             0          0          0          0          -          -
 TrigSignatureMoniMT                                INFO HLT_e26_etcut_L1EM22VHI #1703681121
-TrigSignatureMoniMT                                INFO -- #1703681121 Events         6          6          6          6          6          -          -          6
-TrigSignatureMoniMT                                INFO -- #1703681121 Features                             7          134        7          -          -
+TrigSignatureMoniMT                                INFO -- #1703681121 Events         6          6          6          6          6          -          -          -          6
+TrigSignatureMoniMT                                INFO -- #1703681121 Features                             7          134        7          -          -          -
 TrigSignatureMoniMT                                INFO HLT_e26_lhtight_L1EM24VHI #3494457106
-TrigSignatureMoniMT                                INFO -- #3494457106 Events         6          6          5          5          5          3          -          3
-TrigSignatureMoniMT                                INFO -- #3494457106 Features                             5          65         8          3          -
+TrigSignatureMoniMT                                INFO -- #3494457106 Events         6          6          5          5          5          3          -          -          3
+TrigSignatureMoniMT                                INFO -- #3494457106 Features                             5          65         8          3          -          -
 TrigSignatureMoniMT                                INFO HLT_e26_lhtight_nod0_L1EM24VHI #4227411116
-TrigSignatureMoniMT                                INFO -- #4227411116 Events         6          6          5          5          5          3          -          3
-TrigSignatureMoniMT                                INFO -- #4227411116 Features                             5          65         8          3          -
+TrigSignatureMoniMT                                INFO -- #4227411116 Events         6          6          5          5          5          3          -          -          3
+TrigSignatureMoniMT                                INFO -- #4227411116 Features                             5          65         8          3          -          -
 TrigSignatureMoniMT                                INFO HLT_e300_etcut_L1EM24VHI #3481091923
-TrigSignatureMoniMT                                INFO -- #3481091923 Events         6          6          0          0          0          -          -          0
-TrigSignatureMoniMT                                INFO -- #3481091923 Features                             0          0          0          -          -
+TrigSignatureMoniMT                                INFO -- #3481091923 Events         6          6          0          0          0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #3481091923 Features                             0          0          0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_e3_etcut1step_mu6fast_L1EM8I_MU10 #2086577378
-TrigSignatureMoniMT                                INFO -- #2086577378 Events         5          5          5          -          -          -          -          5
-TrigSignatureMoniMT                                INFO -- #2086577378 Features                             5          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #2086577378 Events         5          5          5          -          -          -          -          -          5
+TrigSignatureMoniMT                                INFO -- #2086577378 Features                             5          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_e3_etcut_L1EM3 #683953566
-TrigSignatureMoniMT                                INFO -- #683953566 Events          20         20         20         20         20         -          -          20
-TrigSignatureMoniMT                                INFO -- #683953566 Features                              171        1848       390        -          -
+TrigSignatureMoniMT                                INFO -- #683953566 Events          20         20         20         20         20         -          -          -          20
+TrigSignatureMoniMT                                INFO -- #683953566 Features                              171        1848       390        -          -          -
 TrigSignatureMoniMT                                INFO HLT_e5_etcut_L1EM3 #324908483
-TrigSignatureMoniMT                                INFO -- #324908483 Events          20         20         20         20         20         -          -          20
-TrigSignatureMoniMT                                INFO -- #324908483 Features                              137        1657       190        -          -
+TrigSignatureMoniMT                                INFO -- #324908483 Events          20         20         20         20         20         -          -          -          20
+TrigSignatureMoniMT                                INFO -- #324908483 Features                              137        1657       190        -          -          -
 TrigSignatureMoniMT                                INFO HLT_e5_lhloose_noringer_L1EM3 #1053337356
-TrigSignatureMoniMT                                INFO -- #1053337356 Events         20         20         17         17         17         4          -          4
-TrigSignatureMoniMT                                INFO -- #1053337356 Features                             56         656        116        5          -
+TrigSignatureMoniMT                                INFO -- #1053337356 Events         20         20         17         17         17         4          -          -          4
+TrigSignatureMoniMT                                INFO -- #1053337356 Features                             56         656        116        5          -          -
 TrigSignatureMoniMT                                INFO HLT_e5_lhmedium_noringer_L1EM3 #176627878
-TrigSignatureMoniMT                                INFO -- #176627878 Events          20         20         16         16         16         4          -          4
-TrigSignatureMoniMT                                INFO -- #176627878 Features                              48         534        93         5          -
+TrigSignatureMoniMT                                INFO -- #176627878 Events          20         20         16         16         16         4          -          -          4
+TrigSignatureMoniMT                                INFO -- #176627878 Features                              48         534        93         5          -          -
 TrigSignatureMoniMT                                INFO HLT_e5_lhtight_noringer_L1EM3 #2758326765
-TrigSignatureMoniMT                                INFO -- #2758326765 Events         20         20         16         16         16         3          -          3
-TrigSignatureMoniMT                                INFO -- #2758326765 Features                             45         516        84         4          -
+TrigSignatureMoniMT                                INFO -- #2758326765 Events         20         20         16         16         16         3          -          -          3
+TrigSignatureMoniMT                                INFO -- #2758326765 Features                             45         516        84         4          -          -
 TrigSignatureMoniMT                                INFO HLT_e60_lhmedium_L1EM24VHI #713054523
-TrigSignatureMoniMT                                INFO -- #713054523 Events          6          6          2          2          2          2          -          2
-TrigSignatureMoniMT                                INFO -- #713054523 Features                              2          34         4          2          -
+TrigSignatureMoniMT                                INFO -- #713054523 Events          6          6          2          2          2          2          -          -          2
+TrigSignatureMoniMT                                INFO -- #713054523 Features                              2          34         4          2          -          -
 TrigSignatureMoniMT                                INFO HLT_e60_lhmedium_nod0_L1EM24VHI #756001976
-TrigSignatureMoniMT                                INFO -- #756001976 Events          6          6          2          2          2          2          -          2
-TrigSignatureMoniMT                                INFO -- #756001976 Features                              2          34         4          2          -
+TrigSignatureMoniMT                                INFO -- #756001976 Events          6          6          2          2          2          2          -          -          2
+TrigSignatureMoniMT                                INFO -- #756001976 Features                              2          34         4          2          -          -
 TrigSignatureMoniMT                                INFO HLT_e7_etcut_L1EM3 #1959043579
-TrigSignatureMoniMT                                INFO -- #1959043579 Events         20         20         20         20         20         -          -          20
-TrigSignatureMoniMT                                INFO -- #1959043579 Features                             89         1136       112        -          -
+TrigSignatureMoniMT                                INFO -- #1959043579 Events         20         20         20         20         20         -          -          -          20
+TrigSignatureMoniMT                                INFO -- #1959043579 Features                             89         1136       112        -          -          -
 TrigSignatureMoniMT                                INFO HLT_g140_etcut_L1EM24VHI #1045486446
-TrigSignatureMoniMT                                INFO -- #1045486446 Events         6          6          0          0          0          -          -          0
-TrigSignatureMoniMT                                INFO -- #1045486446 Features                             0          0          0          -          -
+TrigSignatureMoniMT                                INFO -- #1045486446 Events         6          6          0          0          0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #1045486446 Features                             0          0          0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_g140_loose_L1EM24VHI #3534544568
-TrigSignatureMoniMT                                INFO -- #3534544568 Events         6          6          0          0          0          0          -          0
-TrigSignatureMoniMT                                INFO -- #3534544568 Features                             0          0          0          0          -
+TrigSignatureMoniMT                                INFO -- #3534544568 Events         6          6          0          0          0          0          -          -          0
+TrigSignatureMoniMT                                INFO -- #3534544568 Features                             0          0          0          0          -          -
 TrigSignatureMoniMT                                INFO HLT_g20_etcut_LArPEB_L1EM15 #2706532790
-TrigSignatureMoniMT                                INFO -- #2706532790 Events         14         14         14         14         12         12         -          12
-TrigSignatureMoniMT                                INFO -- #2706532790 Features                             24         24         22         20         -
+TrigSignatureMoniMT                                INFO -- #2706532790 Events         14         14         14         14         12         12         -          -          12
+TrigSignatureMoniMT                                INFO -- #2706532790 Features                             24         24         22         20         -          -
 TrigSignatureMoniMT                                INFO HLT_g35_medium_g25_medium_L12EM20VH #1158879722
-TrigSignatureMoniMT                                INFO -- #1158879722 Events         2          2          0          0          0          0          -          0
-TrigSignatureMoniMT                                INFO -- #1158879722 Features                             0          0          0          0          -
+TrigSignatureMoniMT                                INFO -- #1158879722 Events         2          2          0          0          0          0          -          -          0
+TrigSignatureMoniMT                                INFO -- #1158879722 Features                             0          0          0          0          -          -
 TrigSignatureMoniMT                                INFO HLT_g5_etcut_L1EM3 #471243435
-TrigSignatureMoniMT                                INFO -- #471243435 Events          20         20         20         20         20         -          -          20
-TrigSignatureMoniMT                                INFO -- #471243435 Features                              137        137        190        -          -
+TrigSignatureMoniMT                                INFO -- #471243435 Events          20         20         20         20         20         -          -          -          20
+TrigSignatureMoniMT                                INFO -- #471243435 Features                              137        137        190        -          -          -
 TrigSignatureMoniMT                                INFO HLT_g5_etcut_LArPEB_L1EM3 #3486231698
-TrigSignatureMoniMT                                INFO -- #3486231698 Events         20         20         20         20         20         20         -          20
-TrigSignatureMoniMT                                INFO -- #3486231698 Features                             137        137        190        118        -
+TrigSignatureMoniMT                                INFO -- #3486231698 Events         20         20         20         20         20         20         -          -          20
+TrigSignatureMoniMT                                INFO -- #3486231698 Features                             137        137        190        118        -          -
 TrigSignatureMoniMT                                INFO HLT_g5_loose_L1EM3 #3230088967
-TrigSignatureMoniMT                                INFO -- #3230088967 Events         20         20         17         17         17         9          -          9
-TrigSignatureMoniMT                                INFO -- #3230088967 Features                             56         56         116        12         -
+TrigSignatureMoniMT                                INFO -- #3230088967 Events         20         20         17         17         17         9          -          -          9
+TrigSignatureMoniMT                                INFO -- #3230088967 Features                             56         56         116        12         -          -
 TrigSignatureMoniMT                                INFO HLT_g5_medium_L1EM3 #385248610
-TrigSignatureMoniMT                                INFO -- #385248610 Events          20         20         16         16         16         9          -          9
-TrigSignatureMoniMT                                INFO -- #385248610 Features                              48         48         93         12         -
+TrigSignatureMoniMT                                INFO -- #385248610 Events          20         20         16         16         16         9          -          -          9
+TrigSignatureMoniMT                                INFO -- #385248610 Features                              48         48         93         12         -          -
 TrigSignatureMoniMT                                INFO HLT_g5_tight_L1EM3 #3280865118
-TrigSignatureMoniMT                                INFO -- #3280865118 Events         20         20         16         16         16         9          -          9
-TrigSignatureMoniMT                                INFO -- #3280865118 Features                             45         45         84         9          -
+TrigSignatureMoniMT                                INFO -- #3280865118 Events         20         20         16         16         16         9          -          -          9
+TrigSignatureMoniMT                                INFO -- #3280865118 Features                             45         45         84         9          -          -
 TrigSignatureMoniMT                                INFO HLT_j0_perf_L1J12_EMPTY #1341875780
-TrigSignatureMoniMT                                INFO -- #1341875780 Events         0          0          0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #1341875780 Features                             0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #1341875780 Events         0          0          0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #1341875780 Features                             0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j0_vbenfSEP30etSEP34mass35SEP50fbet_L1J20 #4034799151
-TrigSignatureMoniMT                                INFO -- #4034799151 Events         19         19         15         -          -          -          -          15
-TrigSignatureMoniMT                                INFO -- #4034799151 Features                             425        -          -          -          -
+TrigSignatureMoniMT                                INFO -- #4034799151 Events         19         19         15         -          -          -          -          -          15
+TrigSignatureMoniMT                                INFO -- #4034799151 Features                             425        -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j225_ftf_subjesgscIS_bmv2c1040_split_L1J100 #3992507557
-TrigSignatureMoniMT                                INFO -- #3992507557 Events         3          3          0          0          0          -          -          0
-TrigSignatureMoniMT                                INFO -- #3992507557 Features                             0          0          0          -          -
+TrigSignatureMoniMT                                INFO -- #3992507557 Events         3          3          0          0          0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #3992507557 Features                             0          0          0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j260_320eta490_L1J20 #3084792704
-TrigSignatureMoniMT                                INFO -- #3084792704 Events         19         19         0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #3084792704 Features                             0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #3084792704 Events         19         19         0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #3084792704 Features                             0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j260_320eta490_L1J75_31ETA49 #3769257182
-TrigSignatureMoniMT                                INFO -- #3769257182 Events         2          2          0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #3769257182 Features                             0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #3769257182 Events         2          2          0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #3769257182 Features                             0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j275_ftf_subjesgscIS_bmv2c1060_split_L1J100 #1211559599
-TrigSignatureMoniMT                                INFO -- #1211559599 Events         3          3          0          0          0          -          -          0
-TrigSignatureMoniMT                                INFO -- #1211559599 Features                             0          0          0          -          -
+TrigSignatureMoniMT                                INFO -- #1211559599 Events         3          3          0          0          0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #1211559599 Features                             0          0          0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j300_ftf_subjesgscIS_bmv2c1070_split_L1J100 #3706723666
-TrigSignatureMoniMT                                INFO -- #3706723666 Events         3          3          0          0          0          -          -          0
-TrigSignatureMoniMT                                INFO -- #3706723666 Features                             0          0          0          -          -
+TrigSignatureMoniMT                                INFO -- #3706723666 Events         3          3          0          0          0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #3706723666 Features                             0          0          0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j360_ftf_subjesgscIS_bmv2c1077_split_L1J100 #1837565816
-TrigSignatureMoniMT                                INFO -- #1837565816 Events         3          3          0          0          0          -          -          0
-TrigSignatureMoniMT                                INFO -- #1837565816 Features                             0          0          0          -          -
+TrigSignatureMoniMT                                INFO -- #1837565816 Events         3          3          0          0          0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #1837565816 Features                             0          0          0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j420_L1J100 #2659902019
-TrigSignatureMoniMT                                INFO -- #2659902019 Events         3          3          0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #2659902019 Features                             0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #2659902019 Events         3          3          0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #2659902019 Features                             0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j420_L1J20 #2205518067
-TrigSignatureMoniMT                                INFO -- #2205518067 Events         19         19         0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #2205518067 Features                             0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #2205518067 Events         19         19         0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #2205518067 Features                             0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j420_ftf_subjesgscIS_L1J20 #4179085188
-TrigSignatureMoniMT                                INFO -- #4179085188 Events         19         19         0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #4179085188 Features                             0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #4179085188 Events         19         19         0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #4179085188 Features                             0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j45_L1J15 #1364976160
-TrigSignatureMoniMT                                INFO -- #1364976160 Events         20         20         19         -          -          -          -          19
-TrigSignatureMoniMT                                INFO -- #1364976160 Features                             50         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #1364976160 Events         20         20         19         -          -          -          -          -          19
+TrigSignatureMoniMT                                INFO -- #1364976160 Features                             50         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j45_cssktc_nojcalib_L1J20 #3295122398
-TrigSignatureMoniMT                                INFO -- #3295122398 Events         19         19         15         -          -          -          -          15
-TrigSignatureMoniMT                                INFO -- #3295122398 Features                             27         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #3295122398 Events         19         19         15         -          -          -          -          -          15
+TrigSignatureMoniMT                                INFO -- #3295122398 Features                             27         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j45_ftf_L1J15 #868405538
-TrigSignatureMoniMT                                INFO -- #868405538 Events          20         20         19         -          -          -          -          19
-TrigSignatureMoniMT                                INFO -- #868405538 Features                              50         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #868405538 Events          20         20         19         -          -          -          -          -          19
+TrigSignatureMoniMT                                INFO -- #868405538 Features                              50         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j45_ftf_pf_L1J20 #1335156103
-TrigSignatureMoniMT                                INFO -- #1335156103 Events         19         19         16         -          -          -          -          16
-TrigSignatureMoniMT                                INFO -- #1335156103 Features                             31         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #1335156103 Events         19         19         16         -          -          -          -          -          16
+TrigSignatureMoniMT                                INFO -- #1335156103 Features                             31         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j45_ftf_pf_nojcalib_L1J20 #3658890913
-TrigSignatureMoniMT                                INFO -- #3658890913 Events         19         19         15         -          -          -          -          15
-TrigSignatureMoniMT                                INFO -- #3658890913 Features                             29         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #3658890913 Events         19         19         15         -          -          -          -          -          15
+TrigSignatureMoniMT                                INFO -- #3658890913 Features                             29         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j45_ftf_subjesgscIS_011jvt_L1J15 #2857031468
-TrigSignatureMoniMT                                INFO -- #2857031468 Events         20         20         12         -          -          -          -          12
-TrigSignatureMoniMT                                INFO -- #2857031468 Features                             20         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #2857031468 Events         20         20         12         -          -          -          -          -          12
+TrigSignatureMoniMT                                INFO -- #2857031468 Features                             20         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j45_ftf_subjesgscIS_015jvt_L1J15 #2938374624
-TrigSignatureMoniMT                                INFO -- #2938374624 Events         20         20         12         -          -          -          -          12
-TrigSignatureMoniMT                                INFO -- #2938374624 Features                             19         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #2938374624 Events         20         20         12         -          -          -          -          -          12
+TrigSignatureMoniMT                                INFO -- #2938374624 Features                             19         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j45_ftf_subjesgscIS_059jvt_L1J15 #1593009344
-TrigSignatureMoniMT                                INFO -- #1593009344 Events         20         20         12         -          -          -          -          12
-TrigSignatureMoniMT                                INFO -- #1593009344 Features                             19         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #1593009344 Events         20         20         12         -          -          -          -          -          12
+TrigSignatureMoniMT                                INFO -- #1593009344 Features                             19         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j45_ftf_subjesgscIS_L1J15 #3341539267
-TrigSignatureMoniMT                                INFO -- #3341539267 Events         20         20         19         -          -          -          -          19
-TrigSignatureMoniMT                                INFO -- #3341539267 Features                             51         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #3341539267 Events         20         20         19         -          -          -          -          -          19
+TrigSignatureMoniMT                                INFO -- #3341539267 Features                             51         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j45_ftf_subjesgscIS_bmv2c1070_split_L1J20 #991419339
-TrigSignatureMoniMT                                INFO -- #991419339 Events          19         19         19         19         19         -          -          19
-TrigSignatureMoniMT                                INFO -- #991419339 Features                              50         50         50         -          -
+TrigSignatureMoniMT                                INFO -- #991419339 Events          19         19         19         19         19         -          -          -          19
+TrigSignatureMoniMT                                INFO -- #991419339 Features                              50         50         50         -          -          -
 TrigSignatureMoniMT                                INFO HLT_j45_ftf_subjesgscIS_boffperf_split_L1J20 #1961149049
-TrigSignatureMoniMT                                INFO -- #1961149049 Events         19         19         19         19         19         -          -          19
-TrigSignatureMoniMT                                INFO -- #1961149049 Features                             50         50         50         -          -
+TrigSignatureMoniMT                                INFO -- #1961149049 Events         19         19         19         19         19         -          -          -          19
+TrigSignatureMoniMT                                INFO -- #1961149049 Features                             50         50         50         -          -          -
 TrigSignatureMoniMT                                INFO HLT_j45_ftf_subjesgscIS_pf_L1J20 #761060030
-TrigSignatureMoniMT                                INFO -- #761060030 Events          19         19         16         -          -          -          -          16
-TrigSignatureMoniMT                                INFO -- #761060030 Features                              31         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #761060030 Events          19         19         16         -          -          -          -          -          16
+TrigSignatureMoniMT                                INFO -- #761060030 Features                              31         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j45_ftf_subresjesgscIS_L1J15 #1509925407
-TrigSignatureMoniMT                                INFO -- #1509925407 Events         20         20         18         -          -          -          -          18
-TrigSignatureMoniMT                                INFO -- #1509925407 Features                             44         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #1509925407 Events         20         20         18         -          -          -          -          -          18
+TrigSignatureMoniMT                                INFO -- #1509925407 Features                             44         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j45_ftf_subresjesgscIS_pf_L1J20 #4012311417
-TrigSignatureMoniMT                                INFO -- #4012311417 Events         19         19         16         -          -          -          -          16
-TrigSignatureMoniMT                                INFO -- #4012311417 Features                             31         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #4012311417 Events         19         19         16         -          -          -          -          -          16
+TrigSignatureMoniMT                                INFO -- #4012311417 Features                             31         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j45_nojcalib_L1J20 #2042444294
-TrigSignatureMoniMT                                INFO -- #2042444294 Events         19         19         17         -          -          -          -          17
-TrigSignatureMoniMT                                INFO -- #2042444294 Features                             39         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #2042444294 Events         19         19         17         -          -          -          -          -          17
+TrigSignatureMoniMT                                INFO -- #2042444294 Features                             39         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j45_sktc_nojcalib_L1J20 #1542468090
-TrigSignatureMoniMT                                INFO -- #1542468090 Events         19         19         15         -          -          -          -          15
-TrigSignatureMoniMT                                INFO -- #1542468090 Features                             26         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #1542468090 Events         19         19         15         -          -          -          -          -          15
+TrigSignatureMoniMT                                INFO -- #1542468090 Features                             26         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j460_a10_lcw_subjes_L1J100 #3327656707
-TrigSignatureMoniMT                                INFO -- #3327656707 Events         3          3          0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #3327656707 Features                             0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #3327656707 Events         3          3          0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #3327656707 Features                             0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j460_a10_lcw_subjes_L1J20 #215408633
-TrigSignatureMoniMT                                INFO -- #215408633 Events          19         19         0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #215408633 Features                              0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #215408633 Events          19         19         0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #215408633 Features                              0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j460_a10r_L1J100 #1151767619
-TrigSignatureMoniMT                                INFO -- #1151767619 Events         3          3          0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #1151767619 Features                             0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #1151767619 Events         3          3          0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #1151767619 Features                             0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j460_a10r_L1J20 #3875082669
-TrigSignatureMoniMT                                INFO -- #3875082669 Events         19         19         0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #3875082669 Features                             0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #3875082669 Events         19         19         0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #3875082669 Features                             0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j460_a10t_lcw_jes_30smcINF_L1J100 #2296827117
-TrigSignatureMoniMT                                INFO -- #2296827117 Events         3          3          0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #2296827117 Features                             0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #2296827117 Events         3          3          0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #2296827117 Features                             0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j460_a10t_lcw_jes_L1J100 #436385969
-TrigSignatureMoniMT                                INFO -- #436385969 Events          3          3          0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #436385969 Features                              0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #436385969 Events          3          3          0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #436385969 Features                              0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j80_0eta240_2j60_320eta490_j0_dijetSEP80j1etSEP0j1eta240SEP80j2etSEP0j2eta240SEP700djmass_L1J20 #3634067472
-TrigSignatureMoniMT                                INFO -- #3634067472 Events         19         19         0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #3634067472 Features                             0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #3634067472 Events         19         19         0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #3634067472 Features                             0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j80_j60_L1J15 #582699527
-TrigSignatureMoniMT                                INFO -- #582699527 Events          20         20         0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #582699527 Features                              0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #582699527 Events          20         20         0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #582699527 Features                              0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j85_L1J20 #510475538
-TrigSignatureMoniMT                                INFO -- #510475538 Events          19         19         13         -          -          -          -          13
-TrigSignatureMoniMT                                INFO -- #510475538 Features                              21         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #510475538 Events          19         19         13         -          -          -          -          -          13
+TrigSignatureMoniMT                                INFO -- #510475538 Features                              21         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j85_ftf_L1J20 #877042532
-TrigSignatureMoniMT                                INFO -- #877042532 Events          19         19         13         -          -          -          -          13
-TrigSignatureMoniMT                                INFO -- #877042532 Features                              21         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #877042532 Events          19         19         13         -          -          -          -          -          13
+TrigSignatureMoniMT                                INFO -- #877042532 Features                              21         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_j85_ftf_pf_L1J20 #1538535401
-TrigSignatureMoniMT                                INFO -- #1538535401 Events         19         19         8          -          -          -          -          8
-TrigSignatureMoniMT                                INFO -- #1538535401 Features                             13         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #1538535401 Events         19         19         8          -          -          -          -          -          8
+TrigSignatureMoniMT                                INFO -- #1538535401 Features                             13         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_mu0_muoncalib_L1MU20 #997163309
-TrigSignatureMoniMT                                INFO -- #997163309 Events          8          8          0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #997163309 Features                              0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #997163309 Events          8          8          0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #997163309 Features                              0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_mu0_muoncalib_L1MU4_EMPTY #782182242
-TrigSignatureMoniMT                                INFO -- #782182242 Events          0          0          0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #782182242 Features                              0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #782182242 Events          0          0          0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #782182242 Features                              0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_mu10_lateMu_L1MU10 #48780310
-TrigSignatureMoniMT                                INFO -- #48780310 Events           10         10         0          0          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #48780310 Features                               0          0          -          -          -
+TrigSignatureMoniMT                                INFO -- #48780310 Events           10         10         0          0          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #48780310 Features                               0          0          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_mu20_ivar_L1MU6 #2083734526
-TrigSignatureMoniMT                                INFO -- #2083734526 Events         10         10         10         5          5          -          -          5
-TrigSignatureMoniMT                                INFO -- #2083734526 Features                             14         6          5          -          -
+TrigSignatureMoniMT                                INFO -- #2083734526 Events         10         10         10         5          5          -          -          -          5
+TrigSignatureMoniMT                                INFO -- #2083734526 Features                             14         6          5          -          -          -
 TrigSignatureMoniMT                                INFO HLT_mu24_idperf_L1MU20 #677658909
-TrigSignatureMoniMT                                INFO -- #677658909 Events          8          8          6          6          6          6          -          6
-TrigSignatureMoniMT                                INFO -- #677658909 Features                              7          7          7          7          -
+TrigSignatureMoniMT                                INFO -- #677658909 Events          8          8          6          6          6          6          -          -          6
+TrigSignatureMoniMT                                INFO -- #677658909 Features                              7          7          7          7          -          -
 TrigSignatureMoniMT                                INFO HLT_mu26_ivarmedium_L1MU20 #3411723090
-TrigSignatureMoniMT                                INFO -- #3411723090 Events         8          8          8          5          4          3          2          2
-TrigSignatureMoniMT                                INFO -- #3411723090 Features                             10         6          5          4          2
+TrigSignatureMoniMT                                INFO -- #3411723090 Events         8          8          8          5          4          3          2          -          2
+TrigSignatureMoniMT                                INFO -- #3411723090 Features                             10         6          5          4          2          -
 TrigSignatureMoniMT                                INFO HLT_mu28_ivarmedium_L1MU20 #1963262787
-TrigSignatureMoniMT                                INFO -- #1963262787 Events         8          8          8          5          4          3          2          2
-TrigSignatureMoniMT                                INFO -- #1963262787 Features                             10         6          5          3          2
+TrigSignatureMoniMT                                INFO -- #1963262787 Events         8          8          8          5          4          3          2          -          2
+TrigSignatureMoniMT                                INFO -- #1963262787 Features                             10         6          5          3          2          -
 TrigSignatureMoniMT                                INFO HLT_mu35_ivarmedium_L1MU20 #597064890
-TrigSignatureMoniMT                                INFO -- #597064890 Events          8          8          8          5          3          2          1          1
-TrigSignatureMoniMT                                INFO -- #597064890 Features                              10         6          4          2          1
+TrigSignatureMoniMT                                INFO -- #597064890 Events          8          8          8          5          3          2          1          -          1
+TrigSignatureMoniMT                                INFO -- #597064890 Features                              10         6          4          2          1          -
 TrigSignatureMoniMT                                INFO HLT_mu50_L1MU20 #3657158931
-TrigSignatureMoniMT                                INFO -- #3657158931 Events         8          8          8          5          1          1          -          1
-TrigSignatureMoniMT                                INFO -- #3657158931 Features                             10         6          1          1          -
+TrigSignatureMoniMT                                INFO -- #3657158931 Events         8          8          8          5          1          1          -          -          1
+TrigSignatureMoniMT                                INFO -- #3657158931 Features                             10         6          1          1          -          -
 TrigSignatureMoniMT                                INFO HLT_mu50_RPCPEBSecondaryReadout_L1MU20 #827327262
-TrigSignatureMoniMT                                INFO -- #827327262 Events          8          8          8          5          1          1          1          1
-TrigSignatureMoniMT                                INFO -- #827327262 Features                              10         6          1          1          1
+TrigSignatureMoniMT                                INFO -- #827327262 Events          8          8          8          5          1          1          1          -          1
+TrigSignatureMoniMT                                INFO -- #827327262 Features                              10         6          1          1          1          -
 TrigSignatureMoniMT                                INFO HLT_mu60_0eta105_msonly_L1MU20 #1642591450
-TrigSignatureMoniMT                                INFO -- #1642591450 Events         8          8          1          0          0          -          -          0
-TrigSignatureMoniMT                                INFO -- #1642591450 Features                             2          0          0          -          -
+TrigSignatureMoniMT                                INFO -- #1642591450 Events         8          8          1          0          0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #1642591450 Features                             2          0          0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_mu6Comb_L1MU6 #996392590
-TrigSignatureMoniMT                                INFO -- #996392590 Events          10         10         10         10         -          -          -          10
-TrigSignatureMoniMT                                INFO -- #996392590 Features                              14         13         -          -          -
+TrigSignatureMoniMT                                INFO -- #996392590 Events          10         10         10         10         -          -          -          -          10
+TrigSignatureMoniMT                                INFO -- #996392590 Features                              14         13         -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_mu6_L1MU6 #2560542253
-TrigSignatureMoniMT                                INFO -- #2560542253 Events         10         10         10         10         10         10         -          10
-TrigSignatureMoniMT                                INFO -- #2560542253 Features                             14         13         16         15         -
+TrigSignatureMoniMT                                INFO -- #2560542253 Events         10         10         10         10         10         10         -          -          10
+TrigSignatureMoniMT                                INFO -- #2560542253 Features                             14         13         16         15         -          -
 TrigSignatureMoniMT                                INFO HLT_mu6_idperf_L1MU6 #934918532
-TrigSignatureMoniMT                                INFO -- #934918532 Events          10         10         10         10         10         10         -          10
-TrigSignatureMoniMT                                INFO -- #934918532 Features                              14         14         17         18         -
+TrigSignatureMoniMT                                INFO -- #934918532 Events          10         10         10         10         10         10         -          -          10
+TrigSignatureMoniMT                                INFO -- #934918532 Features                              14         14         17         18         -          -
 TrigSignatureMoniMT                                INFO HLT_mu6_ivarmedium_L1MU6 #1012713062
-TrigSignatureMoniMT                                INFO -- #1012713062 Events         10         10         10         10         10         10         6          6
-TrigSignatureMoniMT                                INFO -- #1012713062 Features                             14         13         16         15         6
+TrigSignatureMoniMT                                INFO -- #1012713062 Events         10         10         10         10         10         10         6          -          6
+TrigSignatureMoniMT                                INFO -- #1012713062 Features                             14         13         16         15         6          -
 TrigSignatureMoniMT                                INFO HLT_mu6_msonly_L1MU6 #3895421032
-TrigSignatureMoniMT                                INFO -- #3895421032 Events         10         10         10         0          10         -          -          10
-TrigSignatureMoniMT                                INFO -- #3895421032 Features                             14         0          17         -          -
+TrigSignatureMoniMT                                INFO -- #3895421032 Events         10         10         10         0          10         -          -          -          10
+TrigSignatureMoniMT                                INFO -- #3895421032 Features                             14         0          17         -          -          -
 TrigSignatureMoniMT                                INFO HLT_mu6_mu4_L12MU4 #1713982776
-TrigSignatureMoniMT                                INFO -- #1713982776 Events         4          4          4          4          4          4          -          4
-TrigSignatureMoniMT                                INFO -- #1713982776 Features                             8          8          12         10         -
+TrigSignatureMoniMT                                INFO -- #1713982776 Events         4          4          4          4          4          4          -          -          4
+TrigSignatureMoniMT                                INFO -- #1713982776 Features                             8          8          12         10         -          -
+TrigSignatureMoniMT                                INFO HLT_mu6_mu6noL1_L1MU6 #451489897
+TrigSignatureMoniMT                                INFO -- #451489897 Events          10         10         0          0          0          0          0          0          0
+TrigSignatureMoniMT                                INFO -- #451489897 Features                              0          0          0          0          0          0
 TrigSignatureMoniMT                                INFO HLT_mu6fast_L1MU6 #3518031697
-TrigSignatureMoniMT                                INFO -- #3518031697 Events         10         10         10         -          -          -          -          10
-TrigSignatureMoniMT                                INFO -- #3518031697 Features                             14         -          -          -          -
-TrigSignatureMoniMT                                INFO HLT_mu6noL1_L1MU6 #1631468602
-TrigSignatureMoniMT                                INFO -- #1631468602 Events         10         10         -          -          -          0          0          10
-TrigSignatureMoniMT                                INFO -- #1631468602 Features                             -          -          -          0          0
+TrigSignatureMoniMT                                INFO -- #3518031697 Events         10         10         10         -          -          -          -          -          10
+TrigSignatureMoniMT                                INFO -- #3518031697 Features                             14         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_mu80_msonly_3layersEC_L1MU20 #761101109
-TrigSignatureMoniMT                                INFO -- #761101109 Events          8          8          8          0          0          -          -          0
-TrigSignatureMoniMT                                INFO -- #761101109 Features                              10         0          0          -          -
+TrigSignatureMoniMT                                INFO -- #761101109 Events          8          8          8          0          0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #761101109 Features                              10         0          0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_sct_noise_SCTPEB_L1RD0_EMPTY #3024203296
-TrigSignatureMoniMT                                INFO -- #3024203296 Events         0          0          0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #3024203296 Features                             0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #3024203296 Events         0          0          0          -          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #3024203296 Features                             0          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau0_perf_ptonly_L1TAU100 #2342716369
-TrigSignatureMoniMT                                INFO -- #2342716369 Events         0          0          0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #2342716369 Features                             0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #2342716369 Events         0          0          0          0          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #2342716369 Features                             0          0          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau0_perf_ptonly_L1TAU12 #372992233
-TrigSignatureMoniMT                                INFO -- #372992233 Events          18         18         18         -          -          -          -          18
-TrigSignatureMoniMT                                INFO -- #372992233 Features                              42         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #372992233 Events          18         18         18         18         -          -          -          -          18
+TrigSignatureMoniMT                                INFO -- #372992233 Features                              42         42         -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau0_perf_ptonly_L1TAU60 #1376650121
-TrigSignatureMoniMT                                INFO -- #1376650121 Events         5          5          5          -          -          -          -          5
-TrigSignatureMoniMT                                INFO -- #1376650121 Features                             6          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #1376650121 Events         5          5          5          5          -          -          -          -          5
+TrigSignatureMoniMT                                INFO -- #1376650121 Features                             6          6          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau160_idperf_track_L1TAU100 #714660857
-TrigSignatureMoniMT                                INFO -- #714660857 Events          0          0          0          -          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #714660857 Features                              0          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #714660857 Events          0          0          0          0          -          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #714660857 Features                              0          0          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau160_idperf_tracktwoMVA_L1TAU100 #2725693236
-TrigSignatureMoniMT                                INFO -- #2725693236 Events         0          0          0          0          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #2725693236 Features                             0          0          -          -          -
+TrigSignatureMoniMT                                INFO -- #2725693236 Events         0          0          0          0          0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #2725693236 Features                             0          0          0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau160_idperf_tracktwo_L1TAU100 #886074432
-TrigSignatureMoniMT                                INFO -- #886074432 Events          0          0          0          0          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #886074432 Features                              0          0          -          -          -
+TrigSignatureMoniMT                                INFO -- #886074432 Events          0          0          0          0          0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #886074432 Features                              0          0          0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau160_mediumRNN_tracktwoMVA_L1TAU100 #1747754287
-TrigSignatureMoniMT                                INFO -- #1747754287 Events         0          0          0          0          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #1747754287 Features                             0          0          -          -          -
+TrigSignatureMoniMT                                INFO -- #1747754287 Events         0          0          0          0          0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #1747754287 Features                             0          0          0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau160_perf_tracktwoMVA_L1TAU100 #2334140248
-TrigSignatureMoniMT                                INFO -- #2334140248 Events         0          0          0          0          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #2334140248 Features                             0          0          -          -          -
+TrigSignatureMoniMT                                INFO -- #2334140248 Events         0          0          0          0          0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #2334140248 Features                             0          0          0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau160_perf_tracktwo_L1TAU100 #1799096347
-TrigSignatureMoniMT                                INFO -- #1799096347 Events         0          0          0          0          -          -          -          0
-TrigSignatureMoniMT                                INFO -- #1799096347 Features                             0          0          -          -          -
+TrigSignatureMoniMT                                INFO -- #1799096347 Events         0          0          0          0          0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #1799096347 Features                             0          0          0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau25_idperf_track_L1TAU12IM #554271976
-TrigSignatureMoniMT                                INFO -- #554271976 Events          14         14         14         -          -          -          -          14
-TrigSignatureMoniMT                                INFO -- #554271976 Features                              24         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #554271976 Events          14         14         14         14         -          -          -          -          14
+TrigSignatureMoniMT                                INFO -- #554271976 Features                              24         24         -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau25_idperf_tracktwoMVA_L1TAU12IM #988149859
-TrigSignatureMoniMT                                INFO -- #988149859 Events          14         14         14         13         -          -          -          13
-TrigSignatureMoniMT                                INFO -- #988149859 Features                              24         17         -          -          -
+TrigSignatureMoniMT                                INFO -- #988149859 Events          14         14         14         13         13         -          -          -          13
+TrigSignatureMoniMT                                INFO -- #988149859 Features                              24         17         17         -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau25_idperf_tracktwo_L1TAU12IM #3346942453
-TrigSignatureMoniMT                                INFO -- #3346942453 Events         14         14         14         13         -          -          -          13
-TrigSignatureMoniMT                                INFO -- #3346942453 Features                             24         17         -          -          -
+TrigSignatureMoniMT                                INFO -- #3346942453 Events         14         14         14         13         13         -          -          -          13
+TrigSignatureMoniMT                                INFO -- #3346942453 Features                             24         17         17         -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau25_looseRNN_tracktwoMVA_L1TAU12IM #169452969
-TrigSignatureMoniMT                                INFO -- #169452969 Events          14         14         12         11         -          -          -          9
-TrigSignatureMoniMT                                INFO -- #169452969 Features                              22         15         -          -          -
+TrigSignatureMoniMT                                INFO -- #169452969 Events          14         14         12         11         9          -          -          -          9
+TrigSignatureMoniMT                                INFO -- #169452969 Features                              22         15         10         -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau25_looseRNN_tracktwo_L1TAU12IM #2490017573
-TrigSignatureMoniMT                                INFO -- #2490017573 Events         14         14         12         11         -          -          -          0
-TrigSignatureMoniMT                                INFO -- #2490017573 Features                             22         15         -          -          -
+TrigSignatureMoniMT                                INFO -- #2490017573 Events         14         14         12         11         0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #2490017573 Features                             22         15         0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau25_medium1_tracktwoEF_L1TAU12IM #506456080
-TrigSignatureMoniMT                                INFO -- #506456080 Events          14         14         12         11         -          -          -          0
-TrigSignatureMoniMT                                INFO -- #506456080 Features                              22         15         -          -          -
+TrigSignatureMoniMT                                INFO -- #506456080 Events          14         14         12         11         0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #506456080 Features                              22         15         0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau25_medium1_tracktwoMVA_L1TAU12IM #4055280067
-TrigSignatureMoniMT                                INFO -- #4055280067 Events         14         14         12         11         -          -          -          0
-TrigSignatureMoniMT                                INFO -- #4055280067 Features                             22         15         -          -          -
+TrigSignatureMoniMT                                INFO -- #4055280067 Events         14         14         12         11         0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #4055280067 Features                             22         15         0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau25_medium1_tracktwo_L1TAU12IM #1433975745
-TrigSignatureMoniMT                                INFO -- #1433975745 Events         14         14         12         11         -          -          -          3
-TrigSignatureMoniMT                                INFO -- #1433975745 Features                             22         15         -          -          -
+TrigSignatureMoniMT                                INFO -- #1433975745 Events         14         14         12         11         3          -          -          -          3
+TrigSignatureMoniMT                                INFO -- #1433975745 Features                             22         15         3          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau25_mediumRNN_tracktwoMVA_L1TAU12IM #2222894847
-TrigSignatureMoniMT                                INFO -- #2222894847 Events         14         14         12         11         -          -          -          6
-TrigSignatureMoniMT                                INFO -- #2222894847 Features                             22         15         -          -          -
+TrigSignatureMoniMT                                INFO -- #2222894847 Events         14         14         12         11         6          -          -          -          6
+TrigSignatureMoniMT                                INFO -- #2222894847 Features                             22         15         6          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau25_mediumRNN_tracktwo_L1TAU12IM #698603885
-TrigSignatureMoniMT                                INFO -- #698603885 Events          14         14         12         11         -          -          -          0
-TrigSignatureMoniMT                                INFO -- #698603885 Features                              22         15         -          -          -
+TrigSignatureMoniMT                                INFO -- #698603885 Events          14         14         12         11         0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #698603885 Features                              22         15         0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau25_perf_tracktwoMVA_L1TAU12IM #112814536
-TrigSignatureMoniMT                                INFO -- #112814536 Events          14         14         14         13         -          -          -          13
-TrigSignatureMoniMT                                INFO -- #112814536 Features                              24         17         -          -          -
+TrigSignatureMoniMT                                INFO -- #112814536 Events          14         14         14         13         13         -          -          -          13
+TrigSignatureMoniMT                                INFO -- #112814536 Features                              24         17         17         -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau25_perf_tracktwo_L1TAU12IM #1129072492
-TrigSignatureMoniMT                                INFO -- #1129072492 Events         14         14         14         13         -          -          -          13
-TrigSignatureMoniMT                                INFO -- #1129072492 Features                             24         17         -          -          -
+TrigSignatureMoniMT                                INFO -- #1129072492 Events         14         14         14         13         13         -          -          -          13
+TrigSignatureMoniMT                                INFO -- #1129072492 Features                             24         17         17         -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau25_tightRNN_tracktwoMVA_L1TAU12IM #2472860683
-TrigSignatureMoniMT                                INFO -- #2472860683 Events         14         14         12         11         -          -          -          5
-TrigSignatureMoniMT                                INFO -- #2472860683 Features                             22         15         -          -          -
+TrigSignatureMoniMT                                INFO -- #2472860683 Events         14         14         12         11         5          -          -          -          5
+TrigSignatureMoniMT                                INFO -- #2472860683 Features                             22         15         5          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau25_tightRNN_tracktwo_L1TAU12IM #2537544560
-TrigSignatureMoniMT                                INFO -- #2537544560 Events         14         14         12         11         -          -          -          0
-TrigSignatureMoniMT                                INFO -- #2537544560 Features                             22         15         -          -          -
+TrigSignatureMoniMT                                INFO -- #2537544560 Events         14         14         12         11         0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #2537544560 Features                             22         15         0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau25_verylooseRNN_tracktwoMVA_L1TAU12IM #2992830434
-TrigSignatureMoniMT                                INFO -- #2992830434 Events         14         14         12         11         -          -          -          9
-TrigSignatureMoniMT                                INFO -- #2992830434 Features                             22         15         -          -          -
+TrigSignatureMoniMT                                INFO -- #2992830434 Events         14         14         12         11         9          -          -          -          9
+TrigSignatureMoniMT                                INFO -- #2992830434 Features                             22         15         10         -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau25_verylooseRNN_tracktwo_L1TAU12IM #1275052132
-TrigSignatureMoniMT                                INFO -- #1275052132 Events         14         14         12         11         -          -          -          0
-TrigSignatureMoniMT                                INFO -- #1275052132 Features                             22         15         -          -          -
+TrigSignatureMoniMT                                INFO -- #1275052132 Events         14         14         12         11         0          -          -          -          0
+TrigSignatureMoniMT                                INFO -- #1275052132 Features                             22         15         0          -          -          -
 TrigSignatureMoniMT                                INFO HLT_tau35_mediumRNN_tracktwoMVA_L1TAU12IM #2456480859
-TrigSignatureMoniMT                                INFO -- #2456480859 Events         14         14         11         10         -          -          -          5
-TrigSignatureMoniMT                                INFO -- #2456480859 Features                             20         14         -          -          -
+TrigSignatureMoniMT                                INFO -- #2456480859 Events         14         14         11         10         5          -          -          -          5
+TrigSignatureMoniMT                                INFO -- #2456480859 Features                             20         14         5          -          -          -
 TrigSignatureMoniMT                                INFO HLT_xe100_mht_L1XE50 #532175988
-TrigSignatureMoniMT                                INFO -- #532175988 Events          10         10         6          -          -          -          -          6
-TrigSignatureMoniMT                                INFO -- #532175988 Features                              6          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #532175988 Events          10         10         6          -          -          -          -          -          6
+TrigSignatureMoniMT                                INFO -- #532175988 Features                              6          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_xe100_pfsum_L1XE50 #1890237897
-TrigSignatureMoniMT                                INFO -- #1890237897 Events         10         10         2          -          -          -          -          2
-TrigSignatureMoniMT                                INFO -- #1890237897 Features                             2          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #1890237897 Events         10         10         2          -          -          -          -          -          2
+TrigSignatureMoniMT                                INFO -- #1890237897 Features                             2          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_xe100_tcpufit_L1XE50 #2803198799
-TrigSignatureMoniMT                                INFO -- #2803198799 Events         10         10         3          -          -          -          -          3
-TrigSignatureMoniMT                                INFO -- #2803198799 Features                             3          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #2803198799 Events         10         10         3          -          -          -          -          -          3
+TrigSignatureMoniMT                                INFO -- #2803198799 Features                             3          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_xe100_trkmht_L1XE50 #1055916731
-TrigSignatureMoniMT                                INFO -- #1055916731 Events         10         10         4          -          -          -          -          4
-TrigSignatureMoniMT                                INFO -- #1055916731 Features                             4          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #1055916731 Events         10         10         4          -          -          -          -          -          4
+TrigSignatureMoniMT                                INFO -- #1055916731 Features                             4          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_xe110_mht_L1XE50 #3030733259
-TrigSignatureMoniMT                                INFO -- #3030733259 Events         10         10         6          -          -          -          -          6
-TrigSignatureMoniMT                                INFO -- #3030733259 Features                             6          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #3030733259 Events         10         10         6          -          -          -          -          -          6
+TrigSignatureMoniMT                                INFO -- #3030733259 Features                             6          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_xe110_tc_em_L1XE50 #607113828
-TrigSignatureMoniMT                                INFO -- #607113828 Events          10         10         5          -          -          -          -          5
-TrigSignatureMoniMT                                INFO -- #607113828 Features                              5          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #607113828 Events          10         10         5          -          -          -          -          -          5
+TrigSignatureMoniMT                                INFO -- #607113828 Features                              5          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_xe110_tcpufit_L1XE50 #892853397
-TrigSignatureMoniMT                                INFO -- #892853397 Events          10         10         3          -          -          -          -          3
-TrigSignatureMoniMT                                INFO -- #892853397 Features                              3          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #892853397 Events          10         10         3          -          -          -          -          -          3
+TrigSignatureMoniMT                                INFO -- #892853397 Features                              3          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_xe30_cell_L1XE10 #1649696554
-TrigSignatureMoniMT                                INFO -- #1649696554 Events         19         19         17         -          -          -          -          17
-TrigSignatureMoniMT                                INFO -- #1649696554 Features                             17         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #1649696554 Events         19         19         17         -          -          -          -          -          17
+TrigSignatureMoniMT                                INFO -- #1649696554 Features                             17         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_xe30_cell_xe30_tcpufit_L1XE10 #3768353779
-TrigSignatureMoniMT                                INFO -- #3768353779 Events         19         19         15         -          -          -          -          15
-TrigSignatureMoniMT                                INFO -- #3768353779 Features                             15         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #3768353779 Events         19         19         15         -          -          -          -          -          15
+TrigSignatureMoniMT                                INFO -- #3768353779 Features                             15         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_xe30_mht_L1XE10 #3626903018
-TrigSignatureMoniMT                                INFO -- #3626903018 Events         19         19         19         -          -          -          -          19
-TrigSignatureMoniMT                                INFO -- #3626903018 Features                             19         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #3626903018 Events         19         19         19         -          -          -          -          -          19
+TrigSignatureMoniMT                                INFO -- #3626903018 Features                             19         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_xe30_pfsum_L1XE10 #998713382
-TrigSignatureMoniMT                                INFO -- #998713382 Events          19         19         14         -          -          -          -          14
-TrigSignatureMoniMT                                INFO -- #998713382 Features                              14         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #998713382 Events          19         19         14         -          -          -          -          -          14
+TrigSignatureMoniMT                                INFO -- #998713382 Features                              14         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_xe30_tcpufit_L1XE10 #1583719916
-TrigSignatureMoniMT                                INFO -- #1583719916 Events         19         19         15         -          -          -          -          15
-TrigSignatureMoniMT                                INFO -- #1583719916 Features                             15         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #1583719916 Events         19         19         15         -          -          -          -          -          15
+TrigSignatureMoniMT                                INFO -- #1583719916 Features                             15         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_xe30_trkmht_L1XE10 #2468872349
-TrigSignatureMoniMT                                INFO -- #2468872349 Events         19         19         17         -          -          -          -          17
-TrigSignatureMoniMT                                INFO -- #2468872349 Features                             17         -          -          -          -
+TrigSignatureMoniMT                                INFO -- #2468872349 Events         19         19         17         -          -          -          -          -          17
+TrigSignatureMoniMT                                INFO -- #2468872349 Features                             17         -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_xe65_cell_L1XE50 #531141817
-TrigSignatureMoniMT                                INFO -- #531141817 Events          10         10         7          -          -          -          -          7
-TrigSignatureMoniMT                                INFO -- #531141817 Features                              7          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #531141817 Events          10         10         7          -          -          -          -          -          7
+TrigSignatureMoniMT                                INFO -- #531141817 Features                              7          -          -          -          -          -
 TrigSignatureMoniMT                                INFO HLT_xe65_cell_xe110_tcpufit_L1XE50 #115518400
-TrigSignatureMoniMT                                INFO -- #115518400 Events          10         10         3          -          -          -          -          3
-TrigSignatureMoniMT                                INFO -- #115518400 Features                              3          -          -          -          -
+TrigSignatureMoniMT                                INFO -- #115518400 Events          10         10         3          -          -          -          -          -          3
+TrigSignatureMoniMT                                INFO -- #115518400 Features                              3          -          -          -          -          -
diff --git a/Trigger/TrigValidation/TrigUpgradeTest/python/EmuStepProcessingConfig.py b/Trigger/TrigValidation/TrigUpgradeTest/python/EmuStepProcessingConfig.py
index eedfbce25f172727b2c8c6829fc6f36bf992d505..ca8ad18a78a5f543c180332a3ce2579467fc0f98 100644
--- a/Trigger/TrigValidation/TrigUpgradeTest/python/EmuStepProcessingConfig.py
+++ b/Trigger/TrigValidation/TrigUpgradeTest/python/EmuStepProcessingConfig.py
@@ -37,7 +37,7 @@ def generateL1DecoderAndChains():
 
     
     # event 0: empty
-    data['ctp'] [0]      =  'HLT_e20_L1EM10 HLT_e5_e8_L1EM3_EM5 HLT_e5_L1EM7 HLT_e8_L1EM7 HLT_g5_EM7'
+    data['ctp'] [0]      =  'HLT_e20_L1EM10 HLT_e5_e8_L1EM3_EM5 HLT_e5_L1EM3 HLT_e8_L1EM5 HLT_g5_EM7'
     data['l1emroi'][0]   = ';'
     data['emclusters'][0]= ';'
     data['l1muroi'][0]   = ';'
@@ -45,22 +45,23 @@ def generateL1DecoderAndChains():
 
 
     #event 1: 3e (1 not passing at L1, 1 not passing at step1) + 2mu (2 not passing) - HLT_e5_e8_L1EM3_EM5 HLT_2mu6_L12MU6
-    data['ctp'] [1]      =  'HLT_e20_L1EM10 HLT_e5_L1EM7 HLT_e8_L1EM7 HLT_g5_L1EM7 HLT_e5_v3_L1EM7 HLT_e5_e8_L1EM3_EM5 HLT_mu8_e8_L1MU6_EM7 HLT_2mu6_L12MU6'
-    data['l1emroi'][1]   =  '1,1,0,EM3,EM5,EM7,EM20,EM50,EM100; 2.,-1.2,0,EM3,EM5; 3.,0.2,0,EM3;'
+    data['ctp'] [1]      =  'HLT_e20_L1EM10 HLT_e5_L1EM3 HLT_e8_L1EM5 HLT_g5_L1EM7 HLT_e5_v3_L1EM7 HLT_e5_e8_L1EM3_EM5 HLT_mu8_e8_L1MU6_EM7 HLT_2mu6_L12MU6 HLT_mu6_mu10_L12MU6 HLT_2mu4_bDimu_L12MU6'
+    data['l1emroi'][1]   =  '1,1,0,EM3,EM5,EM7,EM20,EM50,EM100; 2.,-1.2,0,EM3,EM5,EM7; 3.,0.2,0,EM3;'
     data['emclusters'][1]=  'eta:1,phi:1,et:180000; eta:1,phi:-1.2,et:6000; eta:0.5,phi:-1.2,et:3000;'
     data['l1muroi'][1]   =  '2,0.5,0,MU6; 3,0.5,0,MU6;'
     #data['l1muroi'][1]   =  '0,0,0,MU0;'
     data['msmu'][1]      = 'eta:-1.2,phi:0.7,pt:1500,pt2:1500; eta:-1.1,phi:0.6,pt:1500,pt2:1500;'
- 
-    # event 2: 2e+ 3mu : HLT_e5_e8_2mu6_L1EM3_EM5_L12MU6, HLT_mu6_e8_L1MU6_EM5
-    data['ctp'] [2]      =  'HLT_mu6_L1MU6 HLT_mu8_L1MU10 HLT_mu10_L1MU10 HLT_mu8_1step_L1MU6 HLT_e20_L1EM10 HLT_e8_L1EM7 HLT_mu6_e8_L1MU6_EM5 HLT_mu6Comb_e8_L1MU6_EM5 HLT_e3_e5_L1EM3_EM5 HLT_2mu6_L12MU6 HLT_2mu6Comb_L12MU6 HLT_2mu4_bDimu_L12MU4 HLT_e5_e8_L1EM3_EM5 HLT_e5_e8_2mu6_L1EM3_EM5_L12MU6 HLT_mu6_mu6noL1_L1MU6'
+
+    # event 2: 2e+ 3mu : HLT_e5_e8_2mu6_L1EM3_EM5_L12MU6, HLT_mu6_e10_L1MU6_EM5
+    data['ctp'] [2]      =  'HLT_mu6_L1MU6 HLT_mu8_L1MU10 HLT_mu10_L1MU10 HLT_mu8_1step_L1MU6 HLT_e20_L1EM10 HLT_e5_L1EM3 HLT_e8_L1EM5 HLT_mu6_e10_L1MU6_EM5 HLT_mu6Comb_e8_L1MU6_EM5 HLT_e3_e5_L1EM3_EM5 HLT_2mu6_L12MU6 HLT_2mu6Comb_L12MU6 HLT_mu6_mu10_L12MU6 HLT_2mu4_bDimu_L12MU6 HLT_e5_e8_L1EM3_EM5 HLT_e5_e8_2mu6_L1EM3_EM5_L12MU6 HLT_mu6_mu6noL1_L1MU6'
     data['l1emroi'][2]   =  '2,0.2,0,EM3,EM5,EM7,EM15,EM20,EM50,EM100; 1,-1.1,0,EM3,EM5,EM7,EM15,EM20,EM50;'
     data['emclusters'][2]=  'eta:0.5,phi:0,et:120000; eta:1,phi:-1.2,et:65000;'
     data['l1muroi'][2]   =  '2,0.5,0,MU6,MU8; 3,0.5,0,MU6,MU8,MU10;2.2,0.6,0,MU6;'
     data['msmu'][2]      =  'eta:-1.2,phi:0.7,pt:6500,pt2:8500; eta:-1.1,phi:0.6,pt:8500,pt2:8500;eta:-1.1,phi:0.6,pt:8500,pt2:8500;'
 
-    #event 3: 1e + 1mu - HLT_mu6_e8_L1MU6_EM5
-    data['ctp'] [3]      =  'HLT_mu20_L1MU10 HLT_mu10_L1MU10 HLT_mu8_L1MU10 HLT_mu8_1step_L1MU6 HLT_2mu8 HLT_e8_L1EM7 HLT_mu6_e8_L1MU6_EM5 HLT_mu6Comb_e8_L1MU6_EM5'
+    #event 3: 1e + 1mu; HLT_mu6_e10_L1MU6_EM5 does not pass because of e10
+    data['ctp'] [3]      =  'HLT_mu20_L1MU10 HLT_mu10_L1MU10 HLT_mu8_L1MU10 HLT_mu8_1step_L1MU6 HLT_2mu8 HLT_e8_L1EM5 HLT_mu6_e10_L1MU6_EM5 HLT_mu6Comb_e8_L1MU6_EM5'
+
     data['l1emroi'][3]   =  '1,1.5,0,EM3,EM5,EM7;'
     data['emclusters'][3]=  'eta:-0.6,phi:1.7,et:9000;'
     data['l1muroi'][3]   =  '2,-0.1,0,MU6,MU8,MU10;'
@@ -124,7 +125,7 @@ def generateL1DecoderAndChains():
         step_mu32  = ChainStep("Step3_mu32", [mu32] )
         step_mu41  = ChainStep("Step4_mu41", [mu41] )
         
-        step_empy= ChainStep("Step_empty")
+        step_empy= ChainStep("Step2_empty")
 
 
         MuChains  = [
@@ -155,11 +156,11 @@ def generateL1DecoderAndChains():
 
     
         ElChains  = [
-            makeChain(name='HLT_e5_L1EM7'   , L1Thresholds=["EM7"], ChainSteps=[ ChainStep("Step_em11", [el11]), ChainStep("Step_em21",  [el21]) ] ),
-            makeChain(name='HLT_e5_v2_L1EM7', L1Thresholds=["EM7"], ChainSteps=[ ChainStep("Step_em11", [el11]), ChainStep("Step_em22",  [el22]) ] ),
-            makeChain(name='HLT_e5_v3_L1EM7', L1Thresholds=["EM7"], ChainSteps=[ ChainStep("Step_em11", [el11]), ChainStep("Step_em23",  [el23]) ] ),
-            makeChain(name='HLT_e8_L1EM7'   , L1Thresholds=["EM7"], ChainSteps=[ ChainStep("Step_em11", [el11]), ChainStep("Step_em21",  [el21]), ChainStep("Step_em31",  [el31]) ] ),
-            makeChain(name='HLT_g5_L1EM7'   , L1Thresholds=["EM7"], ChainSteps=[ ChainStep("Step_gam11", [gamm11]) ] )
+            makeChain(name='HLT_e5_L1EM3'   , L1Thresholds=["EM3"], ChainSteps=[ ChainStep("Step1_em11", [el11]), ChainStep("Step2_em21",  [el21]) ] ),
+            makeChain(name='HLT_e5_v2_L1EM7', L1Thresholds=["EM7"], ChainSteps=[ ChainStep("Step1_em11", [el11]), ChainStep("Step2_em22",  [el22]) ] ),
+            makeChain(name='HLT_e5_v3_L1EM7', L1Thresholds=["EM7"], ChainSteps=[ ChainStep("Step1_em11", [el11]), ChainStep("Step2_em23",  [el23]) ] ),
+            makeChain(name='HLT_e8_L1EM5'   , L1Thresholds=["EM5"], ChainSteps=[ ChainStep("Step1_em11", [el11]), ChainStep("Step2_em21",  [el21]), ChainStep("Step3_em31",  [el31]) ] ),
+            makeChain(name='HLT_g5_L1EM7'   , L1Thresholds=["EM7"], ChainSteps=[ ChainStep("Step1_gam11", [gamm11]) ] )
         ]
 
         HLTChains += ElChains
@@ -202,29 +203,46 @@ def generateL1DecoderAndChains():
      
         CombChains =[
             # This is an example of a chain running in "serial"
-            makeChain(name='HLT_mu6_e8_L1MU6_EM5',  L1Thresholds=["MU6","EM5"], ChainSteps=[ ChainStep("Step1_mu_em_serial", [mu11, emptySeq1], multiplicity=[1,1]),
-                                                                                             ChainStep("Step2_mu_em_serial", [emptySeq2, el21], multiplicity=[1,1])] ),
-
-            makeChain(name='HLT_mu6Comb_e8_L1MU6_EM5', L1Thresholds=["MU6","EM5"], ChainSteps=[ ChainStep("Step1_mu2_em", [mu12, el11], multiplicity=[1,1]),
-                                                                                                ChainStep("Step2_mu_em", [mu21, el21], multiplicity=[1,1])] ),
-
-            makeChain(name='HLT_e5_e8_L12EM3',   L1Thresholds=["EM3","EM3"], ChainSteps=[ ChainStep("Step1_2emAs",   [el11, el11], multiplicity=[1,1]),
-                                                                                             ChainStep("Step2_2emAs",   [el21, el21], multiplicity=[1,1]) ]),
-            makeChain(name='HLT_e5_e8_2mu6_L1EM3_EM5_L12MU6',   L1Thresholds=["EM3","EM5","MU6"],
-                                                                                ChainSteps=[ChainStep("Step1_2em_2mu",   [el11,el11,mu11], multiplicity=[1,1,2]),
-                                                                                            ChainStep("Step2_2em_2mu",   [el21,el21,mu21], multiplicity=[1,1,2]) ]),
-            makeChain(name='HLT_2mu6_L12MU6',       L1Thresholds=["MU6"], ChainSteps=[ ChainStep("Step1_2mu",   [mu11], multiplicity=[2]),
-                                                                                        ChainStep("Step2_2mu",   [mu21], multiplicity=[2]) ]),
-
-            makeChain(name='HLT_2mu6Comb_L12MU6',   L1Thresholds=["MU6"], ChainSteps=[ ChainStep("Step1_2mu_empty",  multiplicity=[2]),
-                                                                                        ChainStep("Step2_2mu", [mu21], multiplicity=[2]) ]),
+            makeChain(name='HLT_mu6_e10_L1MU6_EM5',  L1Thresholds=["MU6","EM5"], ChainSteps=[
+                ChainStep("Step1_mu_em_serial", [mu11, emptySeq1], multiplicity=[1,1]),
+                ChainStep("Step2_mu_em_serial", [emptySeq2, el21], multiplicity=[1,1])] ),
+
+            makeChain(name='HLT_mu6Comb_e8_L1MU6_EM5', L1Thresholds=["MU6","EM5"], ChainSteps=[
+                ChainStep("Step1_mu2_em", [mu12, el11], multiplicity=[1,1]),
+                ChainStep("Step2_mu_em", [mu21, el21], multiplicity=[1,1])] ),
+
+            makeChain(name='HLT_e5_e8_L12EM3',   L1Thresholds=["EM3","EM3"], ChainSteps=[
+                ChainStep("Step1_2emAs",   [el11, el11], multiplicity=[1,1]),
+                ChainStep("Step2_2emAs",   [el21, el21], multiplicity=[1,1]) ]),
+                
+            makeChain(name='HLT_e5_e8_2mu6_L1EM3_EM5_L12MU6',   L1Thresholds=["EM3","EM5","MU6"], ChainSteps=[
+                ChainStep("Step1_2em_2mu",   [el11,el11,mu11], multiplicity=[1,1,2]),
+                ChainStep("Step2_2em_2mu",   [el21,el21,mu21], multiplicity=[1,1,2]) ]),
+
+            makeChain(name='HLT_2mu6_L12MU6',       L1Thresholds=["MU6"], ChainSteps=[
+                ChainStep("Step1_2mu",   [mu11], multiplicity=[2]),
+                ChainStep("Step2_2mu",   [mu21], multiplicity=[2]) ]),
+
+            makeChain(name='HLT_mu6_mu10_L12MU6',       L1Thresholds=["MU6", "MU6"], ChainSteps=[
+                ChainStep("Step1_2muAs",   [mu11,mu11], multiplicity=[1,1]),
+                ChainStep("Step2_2muAs",   [mu21,mu21], multiplicity=[1,1]) ]),
+                
+            makeChain(name='HLT_2mu6Comb_L12MU6',   L1Thresholds=["MU6"], ChainSteps=[
+                ChainStep("Step1_2mu_empty",  multiplicity=[2]),
+                ChainStep("Step2_2mu", [mu21], multiplicity=[2]) ]),
+
+            makeChain(name='HLT_mu6_e5_L1MU6_EM5',  L1Thresholds=["MU6","EM5"], ChainSteps=[
+                ChainStep("Step1_mu_em", [mu11, el11], multiplicity=[1,1], comboToolConfs=[dimuDrComboHypoTool]),
+                ChainStep("Step2_mu_em", [mu21, el21], multiplicity=[1,1], comboToolConfs=[dimuDrComboHypoTool])] ),
                                                                                        
-            makeChain(name='HLT_2mu4_bDimu_L12MU4', L1Thresholds=["MU6"], ChainSteps=[ ChainStep("Step1_2mu",  [mu11], multiplicity=[2], comboToolConfs=[dimuDrComboHypoTool]),
-                                                                                       ChainStep("Step2_2mu22",  [mu22], multiplicity=[2]),
-                                                                                       ChainStep("Step3_2mu",    [mu31], multiplicity=[2]) ] ),
+            makeChain(name='HLT_2mu4_bDimu_L12MU6', L1Thresholds=["MU6"], ChainSteps=[
+                ChainStep("Step1_2mu",    [mu11], multiplicity=[2], comboToolConfs=[dimuDrComboHypoTool]),
+                ChainStep("Step2_2mu22",  [mu22], multiplicity=[2]),
+                ChainStep("Step3_2mu",    [mu31], multiplicity=[2]) ] ),
                                                                                        
-            makeChain(name='HLT_mu6_mu6noL1_L1MU6', L1Thresholds=["MU6", "FSNOSEED"], ChainSteps=[ ChainStep("Step1_2muAs",   [mu11, mu11], multiplicity=[1,1]),
-                                                                                            ChainStep("Step2_2muAs",   [mu21, mu21], multiplicity=[1,1]) ])
+            makeChain(name='HLT_mu6_mu6noL1_L1MU6', L1Thresholds=["MU6", "FSNOSEED"], ChainSteps=[
+                ChainStep("Step1_2muAs",   [mu11, mu11], multiplicity=[1,1]),
+                ChainStep("Step2_2muAs",   [mu21, mu21], multiplicity=[1,1]) ])
                                                                               
             ]
 
diff --git a/Trigger/TrigValidation/TrigUpgradeTest/share/emu_step_processing.ref b/Trigger/TrigValidation/TrigUpgradeTest/share/emu_step_processing.ref
index 809894e0887d229d30931f39d4856d1f203fa124..db56788c55ff5106baf0bb701dd4b9c0e479ed1d 100644
--- a/Trigger/TrigValidation/TrigUpgradeTest/share/emu_step_processing.ref
+++ b/Trigger/TrigValidation/TrigUpgradeTest/share/emu_step_processing.ref
@@ -1,115 +1,115 @@
 TriggerSummaryStep1                        1   0   DEBUG In summary 4 chains passed:
+TriggerSummaryStep1                        1   0   DEBUG  +++ HLT_e5_L1EM3 ID#744746179
+TriggerSummaryStep1                        1   0   DEBUG  +++ HLT_e8_L1EM5 ID#1310390142
 TriggerSummaryStep1                        1   0   DEBUG  +++ HLT_e5_v3_L1EM7 ID#1502850332
-TriggerSummaryStep1                        1   0   DEBUG  +++ HLT_e8_L1EM7 ID#2914644523
-TriggerSummaryStep1                        1   0   DEBUG  +++ HLT_e5_L1EM7 ID#3386155124
 TriggerSummaryStep1                        1   0   DEBUG  +++ HLT_g5_L1EM7 ID#3537091008
 TriggerSummaryStep2                        1   0   DEBUG In summary 3 chains passed:
+TriggerSummaryStep2                        1   0   DEBUG  +++ HLT_e5_L1EM3 ID#744746179
+TriggerSummaryStep2                        1   0   DEBUG  +++ HLT_e8_L1EM5 ID#1310390142
 TriggerSummaryStep2                        1   0   DEBUG  +++ HLT_e5_v3_L1EM7 ID#1502850332
-TriggerSummaryStep2                        1   0   DEBUG  +++ HLT_e8_L1EM7 ID#2914644523
-TriggerSummaryStep2                        1   0   DEBUG  +++ HLT_e5_L1EM7 ID#3386155124
 TriggerSummaryStep3                        1   0   DEBUG In summary 1 chains passed:
-TriggerSummaryStep3                        1   0   DEBUG  +++ HLT_e8_L1EM7 ID#2914644523
-TriggerSummaryStep1                        2   0   DEBUG In summary 18 chains passed:
+TriggerSummaryStep3                        1   0   DEBUG  +++ HLT_e8_L1EM5 ID#1310390142
+TriggerSummaryStep1                        2   0   DEBUG In summary 20 chains passed:
+TriggerSummaryStep1                        2   0   DEBUG  +++ leg000_HLT_mu6_mu10_L12MU6 ID#308277064
 TriggerSummaryStep1                        2   0   DEBUG  +++ leg002_HLT_e5_e8_2mu6_L1EM3_EM5_L12MU6 ID#345317877
+TriggerSummaryStep1                        2   0   DEBUG  +++ HLT_mu6_e10_L1MU6_EM5 ID#463671945
+TriggerSummaryStep1                        2   0   DEBUG  +++ leg001_HLT_mu6_e10_L1MU6_EM5 ID#474197064
+TriggerSummaryStep1                        2   0   DEBUG  +++ HLT_e5_L1EM3 ID#744746179
 TriggerSummaryStep1                        2   0   DEBUG  +++ leg000_HLT_mu6Comb_e8_L1MU6_EM5 ID#1248852240
-TriggerSummaryStep1                        2   0   DEBUG  +++ leg001_HLT_mu6_e8_L1MU6_EM5 ID#1567806656
-TriggerSummaryStep1                        2   0   DEBUG  +++ HLT_2mu4_bDimu_L12MU4 ID#1730084172
+TriggerSummaryStep1                        2   0   DEBUG  +++ HLT_e8_L1EM5 ID#1310390142
 TriggerSummaryStep1                        2   0   DEBUG  +++ HLT_2mu6_L12MU6 ID#1747073535
-TriggerSummaryStep1                        2   0   DEBUG  +++ HLT_mu6_e8_L1MU6_EM5 ID#2038386564
 TriggerSummaryStep1                        2   0   DEBUG  +++ HLT_2mu6Comb_L12MU6 ID#2046267508
 TriggerSummaryStep1                        2   0   DEBUG  +++ HLT_mu8_L1MU10 ID#2258266078
 TriggerSummaryStep1                        2   0   DEBUG  +++ HLT_mu6Comb_e8_L1MU6_EM5 ID#2371747463
 TriggerSummaryStep1                        2   0   DEBUG  +++ leg001_HLT_e5_e8_2mu6_L1EM3_EM5_L12MU6 ID#2467396139
-TriggerSummaryStep1                        2   0   DEBUG  +++ leg000_HLT_mu6_e8_L1MU6_EM5 ID#2542671571
 TriggerSummaryStep1                        2   0   DEBUG  +++ HLT_mu6_L1MU6 ID#2560542253
 TriggerSummaryStep1                        2   0   DEBUG  +++ leg000_HLT_e5_e8_2mu6_L1EM3_EM5_L12MU6 ID#2627130263
 TriggerSummaryStep1                        2   0   DEBUG  +++ leg000_HLT_mu6_mu6noL1_L1MU6 ID#2893452617
-TriggerSummaryStep1                        2   0   DEBUG  +++ HLT_e8_L1EM7 ID#2914644523
 TriggerSummaryStep1                        2   0   DEBUG  +++ HLT_mu8_1step_L1MU6 ID#3380352717
 TriggerSummaryStep1                        2   0   DEBUG  +++ leg001_HLT_mu6Comb_e8_L1MU6_EM5 ID#3495876895
+TriggerSummaryStep1                        2   0   DEBUG  +++ leg000_HLT_mu6_e10_L1MU6_EM5 ID#3616111893
+TriggerSummaryStep1                        2   0   DEBUG  +++ HLT_2mu4_bDimu_L12MU6 ID#3793062581
 TriggerSummaryStep1                        2   0   DEBUG  +++ HLT_e5_e8_2mu6_L1EM3_EM5_L12MU6 ID#4130483534
-TriggerSummaryStep2                        2   0   DEBUG In summary 15 chains passed:
+TriggerSummaryStep2                        2   0   DEBUG In summary 16 chains passed:
 TriggerSummaryStep2                        2   0   DEBUG  +++ leg002_HLT_e5_e8_2mu6_L1EM3_EM5_L12MU6 ID#345317877
+TriggerSummaryStep2                        2   0   DEBUG  +++ HLT_mu6_e10_L1MU6_EM5 ID#463671945
+TriggerSummaryStep2                        2   0   DEBUG  +++ leg001_HLT_mu6_e10_L1MU6_EM5 ID#474197064
+TriggerSummaryStep2                        2   0   DEBUG  +++ HLT_e5_L1EM3 ID#744746179
 TriggerSummaryStep2                        2   0   DEBUG  +++ leg000_HLT_mu6Comb_e8_L1MU6_EM5 ID#1248852240
-TriggerSummaryStep2                        2   0   DEBUG  +++ leg001_HLT_mu6_e8_L1MU6_EM5 ID#1567806656
-TriggerSummaryStep2                        2   0   DEBUG  +++ HLT_2mu4_bDimu_L12MU4 ID#1730084172
+TriggerSummaryStep2                        2   0   DEBUG  +++ HLT_e8_L1EM5 ID#1310390142
 TriggerSummaryStep2                        2   0   DEBUG  +++ HLT_2mu6_L12MU6 ID#1747073535
-TriggerSummaryStep2                        2   0   DEBUG  +++ HLT_mu6_e8_L1MU6_EM5 ID#2038386564
 TriggerSummaryStep2                        2   0   DEBUG  +++ HLT_2mu6Comb_L12MU6 ID#2046267508
 TriggerSummaryStep2                        2   0   DEBUG  +++ HLT_mu6Comb_e8_L1MU6_EM5 ID#2371747463
 TriggerSummaryStep2                        2   0   DEBUG  +++ leg001_HLT_e5_e8_2mu6_L1EM3_EM5_L12MU6 ID#2467396139
-TriggerSummaryStep2                        2   0   DEBUG  +++ leg000_HLT_mu6_e8_L1MU6_EM5 ID#2542671571
 TriggerSummaryStep2                        2   0   DEBUG  +++ HLT_mu6_L1MU6 ID#2560542253
 TriggerSummaryStep2                        2   0   DEBUG  +++ leg000_HLT_e5_e8_2mu6_L1EM3_EM5_L12MU6 ID#2627130263
-TriggerSummaryStep2                        2   0   DEBUG  +++ HLT_e8_L1EM7 ID#2914644523
 TriggerSummaryStep2                        2   0   DEBUG  +++ leg001_HLT_mu6Comb_e8_L1MU6_EM5 ID#3495876895
+TriggerSummaryStep2                        2   0   DEBUG  +++ leg000_HLT_mu6_e10_L1MU6_EM5 ID#3616111893
+TriggerSummaryStep2                        2   0   DEBUG  +++ HLT_2mu4_bDimu_L12MU6 ID#3793062581
 TriggerSummaryStep2                        2   0   DEBUG  +++ HLT_e5_e8_2mu6_L1EM3_EM5_L12MU6 ID#4130483534
 TriggerSummaryStep3                        2   0   DEBUG In summary 3 chains passed:
-TriggerSummaryStep3                        2   0   DEBUG  +++ HLT_2mu4_bDimu_L12MU4 ID#1730084172
+TriggerSummaryStep3                        2   0   DEBUG  +++ HLT_e8_L1EM5 ID#1310390142
 TriggerSummaryStep3                        2   0   DEBUG  +++ HLT_mu6_L1MU6 ID#2560542253
-TriggerSummaryStep3                        2   0   DEBUG  +++ HLT_e8_L1EM7 ID#2914644523
+TriggerSummaryStep3                        2   0   DEBUG  +++ HLT_2mu4_bDimu_L12MU6 ID#3793062581
 TriggerSummaryStep4                        2   0   DEBUG In summary 1 chains passed:
 TriggerSummaryStep4                        2   0   DEBUG  +++ HLT_mu6_L1MU6 ID#2560542253
 TriggerSummaryStep1                        3   0   DEBUG In summary 11 chains passed:
 TriggerSummaryStep1                        3   0   DEBUG  +++ HLT_mu10_L1MU10 ID#209090273
 TriggerSummaryStep1                        3   0   DEBUG  +++ HLT_mu20_L1MU10 ID#361599135
+TriggerSummaryStep1                        3   0   DEBUG  +++ HLT_mu6_e10_L1MU6_EM5 ID#463671945
+TriggerSummaryStep1                        3   0   DEBUG  +++ leg001_HLT_mu6_e10_L1MU6_EM5 ID#474197064
 TriggerSummaryStep1                        3   0   DEBUG  +++ leg000_HLT_mu6Comb_e8_L1MU6_EM5 ID#1248852240
-TriggerSummaryStep1                        3   0   DEBUG  +++ leg001_HLT_mu6_e8_L1MU6_EM5 ID#1567806656
-TriggerSummaryStep1                        3   0   DEBUG  +++ HLT_mu6_e8_L1MU6_EM5 ID#2038386564
+TriggerSummaryStep1                        3   0   DEBUG  +++ HLT_e8_L1EM5 ID#1310390142
 TriggerSummaryStep1                        3   0   DEBUG  +++ HLT_mu8_L1MU10 ID#2258266078
 TriggerSummaryStep1                        3   0   DEBUG  +++ HLT_mu6Comb_e8_L1MU6_EM5 ID#2371747463
-TriggerSummaryStep1                        3   0   DEBUG  +++ leg000_HLT_mu6_e8_L1MU6_EM5 ID#2542671571
-TriggerSummaryStep1                        3   0   DEBUG  +++ HLT_e8_L1EM7 ID#2914644523
 TriggerSummaryStep1                        3   0   DEBUG  +++ HLT_mu8_1step_L1MU6 ID#3380352717
 TriggerSummaryStep1                        3   0   DEBUG  +++ leg001_HLT_mu6Comb_e8_L1MU6_EM5 ID#3495876895
-TriggerSummaryStep2                        3   0   DEBUG In summary 10 chains passed:
+TriggerSummaryStep1                        3   0   DEBUG  +++ leg000_HLT_mu6_e10_L1MU6_EM5 ID#3616111893
+TriggerSummaryStep2                        3   0   DEBUG In summary 7 chains passed:
 TriggerSummaryStep2                        3   0   DEBUG  +++ HLT_mu10_L1MU10 ID#209090273
 TriggerSummaryStep2                        3   0   DEBUG  +++ HLT_mu20_L1MU10 ID#361599135
 TriggerSummaryStep2                        3   0   DEBUG  +++ leg000_HLT_mu6Comb_e8_L1MU6_EM5 ID#1248852240
-TriggerSummaryStep2                        3   0   DEBUG  +++ leg001_HLT_mu6_e8_L1MU6_EM5 ID#1567806656
-TriggerSummaryStep2                        3   0   DEBUG  +++ HLT_mu6_e8_L1MU6_EM5 ID#2038386564
+TriggerSummaryStep2                        3   0   DEBUG  +++ HLT_e8_L1EM5 ID#1310390142
 TriggerSummaryStep2                        3   0   DEBUG  +++ HLT_mu8_L1MU10 ID#2258266078
 TriggerSummaryStep2                        3   0   DEBUG  +++ HLT_mu6Comb_e8_L1MU6_EM5 ID#2371747463
-TriggerSummaryStep2                        3   0   DEBUG  +++ leg000_HLT_mu6_e8_L1MU6_EM5 ID#2542671571
-TriggerSummaryStep2                        3   0   DEBUG  +++ HLT_e8_L1EM7 ID#2914644523
 TriggerSummaryStep2                        3   0   DEBUG  +++ leg001_HLT_mu6Comb_e8_L1MU6_EM5 ID#3495876895
 TriggerSummaryStep3                        3   0   DEBUG In summary 4 chains passed:
 TriggerSummaryStep3                        3   0   DEBUG  +++ HLT_mu10_L1MU10 ID#209090273
 TriggerSummaryStep3                        3   0   DEBUG  +++ HLT_mu20_L1MU10 ID#361599135
+TriggerSummaryStep3                        3   0   DEBUG  +++ HLT_e8_L1EM5 ID#1310390142
 TriggerSummaryStep3                        3   0   DEBUG  +++ HLT_mu8_L1MU10 ID#2258266078
-TriggerSummaryStep3                        3   0   DEBUG  +++ HLT_e8_L1EM7 ID#2914644523
 TriggerSummaryStep4                        3   0   DEBUG In summary 1 chains passed:
 TriggerSummaryStep4                        3   0   DEBUG  +++ HLT_mu8_L1MU10 ID#2258266078
-TrigSignatureMoniMT                                 INFO HLT_2mu4_bDimu_L12MU4 #1730084172
-TrigSignatureMoniMT                                 INFO -- #1730084172 Events         1          1          1          1          1          -          1          
-TrigSignatureMoniMT                                 INFO -- #1730084172 Features                             5          4          4          -          
+TrigSignatureMoniMT                                 INFO HLT_2mu4_bDimu_L12MU6 #3793062581
+TrigSignatureMoniMT                                 INFO -- #3793062581 Events         2          2          1          1          1          -          1          
+TrigSignatureMoniMT                                 INFO -- #3793062581 Features                             5          4          4          -          
 TrigSignatureMoniMT                                 INFO HLT_2mu6Comb_L12MU6 #2046267508
 TrigSignatureMoniMT                                 INFO -- #2046267508 Events         1          1          0          1          -          -          1          
 TrigSignatureMoniMT                                 INFO -- #2046267508 Features                             0          6          -          -          
 TrigSignatureMoniMT                                 INFO HLT_2mu6_L12MU6 #1747073535
 TrigSignatureMoniMT                                 INFO -- #1747073535 Events         2          2          1          1          -          -          1          
 TrigSignatureMoniMT                                 INFO -- #1747073535 Features                             6          6          -          -          
-TrigSignatureMoniMT                                 INFO HLT_e5_L1EM7 #3386155124
-TrigSignatureMoniMT                                 INFO -- #3386155124 Events         2          2          -          -          -          -          1          
-TrigSignatureMoniMT                                 INFO -- #3386155124 Features                             -          -          -          -          
+TrigSignatureMoniMT                                 INFO HLT_e5_L1EM3 #744746179
+TrigSignatureMoniMT                                 INFO -- #744746179 Events          3          3          2          2          -          -          2          
+TrigSignatureMoniMT                                 INFO -- #744746179 Features                              4          4          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e5_e8_2mu6_L1EM3_EM5_L12MU6 #4130483534
-TrigSignatureMoniMT                                 INFO -- #4130483534 Events         1          1          -          -          -          -          1          
-TrigSignatureMoniMT                                 INFO -- #4130483534 Features                             -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #4130483534 Events         1          1          1          1          -          -          1          
+TrigSignatureMoniMT                                 INFO -- #4130483534 Features                             2          2          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e5_e8_L12EM3 #1990716439
-TrigSignatureMoniMT                                 INFO -- #1990716439 Events         0          0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #1990716439 Features                             -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1990716439 Events         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1990716439 Features                             0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e5_v2_L1EM7 #1479704746
-TrigSignatureMoniMT                                 INFO -- #1479704746 Events         0          0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #1479704746 Features                             -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1479704746 Events         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1479704746 Features                             0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e5_v3_L1EM7 #1502850332
-TrigSignatureMoniMT                                 INFO -- #1502850332 Events         1          1          -          -          -          -          1          
-TrigSignatureMoniMT                                 INFO -- #1502850332 Features                             -          -          -          -          
-TrigSignatureMoniMT                                 INFO HLT_e8_L1EM7 #2914644523
-TrigSignatureMoniMT                                 INFO -- #2914644523 Events         4          4          -          -          -          -          3          
-TrigSignatureMoniMT                                 INFO -- #2914644523 Features                             -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1502850332 Events         1          1          1          1          -          -          1          
+TrigSignatureMoniMT                                 INFO -- #1502850332 Features                             2          2          -          -          
+TrigSignatureMoniMT                                 INFO HLT_e8_L1EM5 #1310390142
+TrigSignatureMoniMT                                 INFO -- #1310390142 Events         4          4          3          3          3          -          3          
+TrigSignatureMoniMT                                 INFO -- #1310390142 Features                             4          4          4          -          
 TrigSignatureMoniMT                                 INFO HLT_g5_L1EM7 #3537091008
-TrigSignatureMoniMT                                 INFO -- #3537091008 Events         1          1          -          -          -          -          1          
-TrigSignatureMoniMT                                 INFO -- #3537091008 Features                             -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3537091008 Events         1          1          1          -          -          -          1          
+TrigSignatureMoniMT                                 INFO -- #3537091008 Features                             2          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mu10_L1MU10 #209090273
 TrigSignatureMoniMT                                 INFO -- #209090273 Events          2          2          1          1          1          -          1          
 TrigSignatureMoniMT                                 INFO -- #209090273 Features                              1          1          1          -          
@@ -117,17 +117,23 @@ TrigSignatureMoniMT                                 INFO HLT_mu20_L1MU10 #361599
 TrigSignatureMoniMT                                 INFO -- #361599135 Events          1          1          1          1          1          -          1          
 TrigSignatureMoniMT                                 INFO -- #361599135 Features                              1          1          1          -          
 TrigSignatureMoniMT                                 INFO HLT_mu6Comb_e8_L1MU6_EM5 #2371747463
-TrigSignatureMoniMT                                 INFO -- #2371747463 Events         2          2          -          -          -          -          2          
-TrigSignatureMoniMT                                 INFO -- #2371747463 Features                             -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2371747463 Events         2          2          2          2          -          -          2          
+TrigSignatureMoniMT                                 INFO -- #2371747463 Features                             4          4          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mu6_L1MU6 #2560542253
-TrigSignatureMoniMT                                 INFO -- #2560542253 Events         1          1          1          -          1          1          1          
-TrigSignatureMoniMT                                 INFO -- #2560542253 Features                             3          -          3          3          
-TrigSignatureMoniMT                                 INFO HLT_mu6_e8_L1MU6_EM5 #2038386564
-TrigSignatureMoniMT                                 INFO -- #2038386564 Events         2          2          -          -          -          -          2          
-TrigSignatureMoniMT                                 INFO -- #2038386564 Features                             -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2560542253 Events         1          1          1          0          1          1          1          
+TrigSignatureMoniMT                                 INFO -- #2560542253 Features                             3          0          3          3          
+TrigSignatureMoniMT                                 INFO HLT_mu6_e10_L1MU6_EM5 #463671945
+TrigSignatureMoniMT                                 INFO -- #463671945 Events          2          2          2          1          -          -          1          
+TrigSignatureMoniMT                                 INFO -- #463671945 Features                              4          3          -          -          
+TrigSignatureMoniMT                                 INFO HLT_mu6_e5_L1MU6_EM5 #1137020258
+TrigSignatureMoniMT                                 INFO -- #1137020258 Events         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1137020258 Features                             0          0          -          -          
+TrigSignatureMoniMT                                 INFO HLT_mu6_mu10_L12MU6 #1678556515
+TrigSignatureMoniMT                                 INFO -- #1678556515 Events         2          2          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1678556515 Features                             0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mu6_mu6noL1_L1MU6 #451489897
-TrigSignatureMoniMT                                 INFO -- #451489897 Events          1          1          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #451489897 Features                              -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #451489897 Events          1          1          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #451489897 Features                              0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mu8_1step_L1MU6 #3380352717
 TrigSignatureMoniMT                                 INFO -- #3380352717 Events         2          2          2          -          -          -          2          
 TrigSignatureMoniMT                                 INFO -- #3380352717 Features                             3          -          -          -          
diff --git a/Trigger/TrigValidation/TriggerTest/share/ref_data_v1Dev_build.ref b/Trigger/TrigValidation/TriggerTest/share/ref_data_v1Dev_build.ref
index 893cae5bf5a8aa95d0381d959ddad9c7716ac44a..6827578b85e31822ad17e9f803333dbf4f9af590 100644
--- a/Trigger/TrigValidation/TriggerTest/share/ref_data_v1Dev_build.ref
+++ b/Trigger/TrigValidation/TriggerTest/share/ref_data_v1Dev_build.ref
@@ -1,585 +1,587 @@
+TrigSignatureMoniMT                                 INFO Sequence stepSPCount (step ) used at step 1 in chain HLT_mb_sptrk_L1RD0_FILLED
+TrigSignatureMoniMT                                 INFO Sequence stepTrkCount (step ) used at step 2 in chain HLT_mb_sptrk_L1RD0_FILLED
 TrigSignatureMoniMT                                 INFO HLT_2e17_etcut_L12EM15VH #3136730292
-TrigSignatureMoniMT                                 INFO -- #3136730292 Events         20         20         0          0          0          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #3136730292 Features                             0          0          0          -          -          
+TrigSignatureMoniMT                                 INFO -- #3136730292 Events         20         20         0          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #3136730292 Features                             0          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_2e17_lhvloose_L12EM3 #1767768251
-TrigSignatureMoniMT                                 INFO -- #1767768251 Events         20         20         0          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #1767768251 Features                             0          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #1767768251 Events         20         20         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1767768251 Features                             0          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_2e3_etcut_L12EM3 #2613484113
-TrigSignatureMoniMT                                 INFO -- #2613484113 Events         20         20         13         13         13         -          -          13         
-TrigSignatureMoniMT                                 INFO -- #2613484113 Features                             46         155        86         -          -          
+TrigSignatureMoniMT                                 INFO -- #2613484113 Events         20         20         13         13         13         -          -          -          13         
+TrigSignatureMoniMT                                 INFO -- #2613484113 Features                             92         310        172        -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_2g20_tight_L12EM20VH #2426612258
-TrigSignatureMoniMT                                 INFO -- #2426612258 Events         20         20         0          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #2426612258 Features                             0          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #2426612258 Events         20         20         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2426612258 Features                             0          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_2g35_etcut_L12EM20VH #58053304
-TrigSignatureMoniMT                                 INFO -- #58053304 Events           20         20         0          0          0          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #58053304 Features                               0          0          0          -          -          
+TrigSignatureMoniMT                                 INFO -- #58053304 Events           20         20         0          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #58053304 Features                               0          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_2g35_medium_L12EM20VH #3965466087
-TrigSignatureMoniMT                                 INFO -- #3965466087 Events         20         20         0          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #3965466087 Features                             0          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #3965466087 Events         20         20         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #3965466087 Features                             0          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_2j330_a10t_lcw_jes_35smcINF_L1J100 #1295975955
-TrigSignatureMoniMT                                 INFO -- #1295975955 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #1295975955 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1295975955 Events         20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1295975955 Features                             0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_2mu14_L12MU10 #2619091790
-TrigSignatureMoniMT                                 INFO -- #2619091790 Events         20         20         0          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #2619091790 Features                             0          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #2619091790 Events         20         20         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2619091790 Features                             0          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_2mu15_L12MU10 #557204938
-TrigSignatureMoniMT                                 INFO -- #557204938 Events          20         20         0          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #557204938 Features                              0          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #557204938 Events          20         20         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #557204938 Features                              0          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_2mu4_muonqual_L12MU4 #1584776935
-TrigSignatureMoniMT                                 INFO -- #1584776935 Events         20         20         1          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #1584776935 Features                             4          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #1584776935 Events         20         20         1          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1584776935 Features                             4          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_2mu6Comb_L12MU6 #2046267508
-TrigSignatureMoniMT                                 INFO -- #2046267508 Events         20         20         0          0          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #2046267508 Features                             0          0          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2046267508 Events         20         20         0          0          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2046267508 Features                             0          0          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_2mu6_10invm70_L1MU6 #1316992871
-TrigSignatureMoniMT                                 INFO -- #1316992871 Events         20         20         0          0          0          0          0          0          
-TrigSignatureMoniMT                                 INFO -- #1316992871 Features                             0          0          0          0          0          
+TrigSignatureMoniMT                                 INFO -- #1316992871 Events         20         20         0          0          0          0          0          -          0          
+TrigSignatureMoniMT                                 INFO -- #1316992871 Features                             0          0          0          0          0          -          
 TrigSignatureMoniMT                                 INFO HLT_2mu6_Dr_L12MU4 #3304584056
-TrigSignatureMoniMT                                 INFO -- #3304584056 Events         20         20         1          0          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #3304584056 Features                             4          0          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3304584056 Events         20         20         1          0          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #3304584056 Features                             4          0          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_2mu6_L12MU6 #1747073535
-TrigSignatureMoniMT                                 INFO -- #1747073535 Events         20         20         0          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #1747073535 Features                             0          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #1747073535 Events         20         20         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1747073535 Features                             0          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_2mu6_muonqual_L12MU6 #2398136098
-TrigSignatureMoniMT                                 INFO -- #2398136098 Events         20         20         0          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #2398136098 Features                             0          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #2398136098 Events         20         20         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2398136098 Features                             0          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_3j200_L1J100 #2199422919
-TrigSignatureMoniMT                                 INFO -- #2199422919 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #2199422919 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2199422919 Events         20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2199422919 Features                             0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_3j200_L1J20 #493765146
-TrigSignatureMoniMT                                 INFO -- #493765146 Events          20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #493765146 Features                              0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #493765146 Events          20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #493765146 Features                              0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_3mu6_L13MU6 #1832399408
-TrigSignatureMoniMT                                 INFO -- #1832399408 Events         20         20         0          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #1832399408 Features                             0          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #1832399408 Events         20         20         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1832399408 Features                             0          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_3mu6_msonly_L13MU6 #1199773318
-TrigSignatureMoniMT                                 INFO -- #1199773318 Events         20         20         0          0          0          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #1199773318 Features                             0          0          0          -          -          
+TrigSignatureMoniMT                                 INFO -- #1199773318 Events         20         20         0          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1199773318 Features                             0          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_3mu8_msonly_L13MU6 #424835335
-TrigSignatureMoniMT                                 INFO -- #424835335 Events          20         20         0          0          0          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #424835335 Features                              0          0          0          -          -          
+TrigSignatureMoniMT                                 INFO -- #424835335 Events          20         20         0          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #424835335 Features                              0          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_4mu4_L14MU4 #1834383636
-TrigSignatureMoniMT                                 INFO -- #1834383636 Events         20         20         0          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #1834383636 Features                             0          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #1834383636 Events         20         20         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1834383636 Features                             0          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_5j70_0eta240_L14J20 #1175391812
-TrigSignatureMoniMT                                 INFO -- #1175391812 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #1175391812 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1175391812 Events         20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1175391812 Features                             0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_beamspot_allTE_trkfast_BeamSpotPEB_L1J15 #3989372080
-TrigSignatureMoniMT                                 INFO -- #3989372080 Events         20         20         20         20         -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #3989372080 Features                             20         20         -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3989372080 Events         20         20         20         20         -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #3989372080 Features                             20         20         -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_costmonitor_CostMonDS_L1All #843341480
-TrigSignatureMoniMT                                 INFO -- #843341480 Events          20         20         20         -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #843341480 Features                              20         -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #843341480 Events          20         20         20         -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #843341480 Features                              20         -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e140_lhloose_L1EM24VHI #2512605388
-TrigSignatureMoniMT                                 INFO -- #2512605388 Events         20         20         0          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #2512605388 Features                             0          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #2512605388 Events         20         20         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2512605388 Features                             0          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e140_lhloose_nod0_L1EM24VHI #2532156734
-TrigSignatureMoniMT                                 INFO -- #2532156734 Events         20         20         0          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #2532156734 Features                             0          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #2532156734 Events         20         20         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2532156734 Features                             0          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e26_etcut_L1EM22VHI #1703681121
-TrigSignatureMoniMT                                 INFO -- #1703681121 Events         20         20         1          1          0          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #1703681121 Features                             1          3          0          -          -          
+TrigSignatureMoniMT                                 INFO -- #1703681121 Events         20         20         1          1          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1703681121 Features                             1          3          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e26_lhtight_L1EM24VHI #3494457106
-TrigSignatureMoniMT                                 INFO -- #3494457106 Events         20         20         0          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #3494457106 Features                             0          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #3494457106 Events         20         20         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #3494457106 Features                             0          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e26_lhtight_nod0_L1EM24VHI #4227411116
-TrigSignatureMoniMT                                 INFO -- #4227411116 Events         20         20         0          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #4227411116 Features                             0          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #4227411116 Events         20         20         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #4227411116 Features                             0          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e300_etcut_L1EM24VHI #3481091923
-TrigSignatureMoniMT                                 INFO -- #3481091923 Events         20         20         0          0          0          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #3481091923 Features                             0          0          0          -          -          
+TrigSignatureMoniMT                                 INFO -- #3481091923 Events         20         20         0          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #3481091923 Features                             0          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e3_etcut1step_mu6fast_L1EM8I_MU10 #2086577378
-TrigSignatureMoniMT                                 INFO -- #2086577378 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #2086577378 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2086577378 Events         20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2086577378 Features                             0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e3_etcut_L1EM3 #683953566
-TrigSignatureMoniMT                                 INFO -- #683953566 Events          20         20         15         14         14         -          -          14         
-TrigSignatureMoniMT                                 INFO -- #683953566 Features                              48         156        87         -          -          
+TrigSignatureMoniMT                                 INFO -- #683953566 Events          20         20         15         14         14         -          -          -          14         
+TrigSignatureMoniMT                                 INFO -- #683953566 Features                              48         156        87         -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e5_etcut_L1EM3 #324908483
-TrigSignatureMoniMT                                 INFO -- #324908483 Events          20         20         13         13         13         -          -          13         
-TrigSignatureMoniMT                                 INFO -- #324908483 Features                              41         141        47         -          -          
+TrigSignatureMoniMT                                 INFO -- #324908483 Events          20         20         13         13         13         -          -          -          13         
+TrigSignatureMoniMT                                 INFO -- #324908483 Features                              41         141        47         -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e5_lhloose_noringer_L1EM3 #1053337356
-TrigSignatureMoniMT                                 INFO -- #1053337356 Events         20         20         10         10         10         0          -          0          
-TrigSignatureMoniMT                                 INFO -- #1053337356 Features                             15         48         29         0          -          
+TrigSignatureMoniMT                                 INFO -- #1053337356 Events         20         20         10         10         10         0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1053337356 Features                             15         48         29         0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e5_lhmedium_noringer_L1EM3 #176627878
-TrigSignatureMoniMT                                 INFO -- #176627878 Events          20         20         9          9          9          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #176627878 Features                              13         49         28         0          -          
+TrigSignatureMoniMT                                 INFO -- #176627878 Events          20         20         9          9          9          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #176627878 Features                              13         49         28         0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e5_lhtight_noringer_L1EM3 #2758326765
-TrigSignatureMoniMT                                 INFO -- #2758326765 Events         20         20         9          9          9          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #2758326765 Features                             13         49         28         0          -          
+TrigSignatureMoniMT                                 INFO -- #2758326765 Events         20         20         9          9          9          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2758326765 Features                             13         49         28         0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e60_lhmedium_L1EM24VHI #713054523
-TrigSignatureMoniMT                                 INFO -- #713054523 Events          20         20         0          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #713054523 Features                              0          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #713054523 Events          20         20         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #713054523 Features                              0          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e60_lhmedium_nod0_L1EM24VHI #756001976
-TrigSignatureMoniMT                                 INFO -- #756001976 Events          20         20         0          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #756001976 Features                              0          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #756001976 Events          20         20         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #756001976 Features                              0          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_e7_etcut_L1EM3 #1959043579
-TrigSignatureMoniMT                                 INFO -- #1959043579 Events         20         20         13         13         11         -          -          11         
-TrigSignatureMoniMT                                 INFO -- #1959043579 Features                             26         90         20         -          -          
+TrigSignatureMoniMT                                 INFO -- #1959043579 Events         20         20         13         13         11         -          -          -          11         
+TrigSignatureMoniMT                                 INFO -- #1959043579 Features                             26         90         20         -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_g140_etcut_L1EM24VHI #1045486446
-TrigSignatureMoniMT                                 INFO -- #1045486446 Events         20         20         0          0          0          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #1045486446 Features                             0          0          0          -          -          
+TrigSignatureMoniMT                                 INFO -- #1045486446 Events         20         20         0          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1045486446 Features                             0          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_g140_loose_L1EM24VHI #3534544568
-TrigSignatureMoniMT                                 INFO -- #3534544568 Events         20         20         0          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #3534544568 Features                             0          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #3534544568 Events         20         20         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #3534544568 Features                             0          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_g20_etcut_LArPEB_L1EM15 #2706532790
-TrigSignatureMoniMT                                 INFO -- #2706532790 Events         20         20         4          4          3          3          -          3          
-TrigSignatureMoniMT                                 INFO -- #2706532790 Features                             5          5          4          4          -          
+TrigSignatureMoniMT                                 INFO -- #2706532790 Events         20         20         4          4          3          3          -          -          3          
+TrigSignatureMoniMT                                 INFO -- #2706532790 Features                             5          5          4          4          -          -          
 TrigSignatureMoniMT                                 INFO HLT_g35_medium_g25_medium_L12EM20VH #1158879722
-TrigSignatureMoniMT                                 INFO -- #1158879722 Events         20         20         0          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #1158879722 Features                             0          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #1158879722 Events         20         20         0          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1158879722 Features                             0          0          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_g5_etcut_L1EM3 #471243435
-TrigSignatureMoniMT                                 INFO -- #471243435 Events          20         20         13         13         13         -          -          13         
-TrigSignatureMoniMT                                 INFO -- #471243435 Features                              41         41         50         -          -          
+TrigSignatureMoniMT                                 INFO -- #471243435 Events          20         20         13         13         13         -          -          -          13         
+TrigSignatureMoniMT                                 INFO -- #471243435 Features                              41         41         50         -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_g5_etcut_LArPEB_L1EM3 #3486231698
-TrigSignatureMoniMT                                 INFO -- #3486231698 Events         20         20         13         13         13         13         -          13         
-TrigSignatureMoniMT                                 INFO -- #3486231698 Features                             41         41         50         36         -          
+TrigSignatureMoniMT                                 INFO -- #3486231698 Events         20         20         13         13         13         13         -          -          13         
+TrigSignatureMoniMT                                 INFO -- #3486231698 Features                             41         41         50         36         -          -          
 TrigSignatureMoniMT                                 INFO HLT_g5_loose_L1EM3 #3230088967
-TrigSignatureMoniMT                                 INFO -- #3230088967 Events         20         20         10         10         10         2          -          2          
-TrigSignatureMoniMT                                 INFO -- #3230088967 Features                             15         15         31         2          -          
+TrigSignatureMoniMT                                 INFO -- #3230088967 Events         20         20         10         10         10         2          -          -          2          
+TrigSignatureMoniMT                                 INFO -- #3230088967 Features                             15         15         31         2          -          -          
 TrigSignatureMoniMT                                 INFO HLT_g5_medium_L1EM3 #385248610
-TrigSignatureMoniMT                                 INFO -- #385248610 Events          20         20         9          9          9          2          -          2          
-TrigSignatureMoniMT                                 INFO -- #385248610 Features                              13         13         30         2          -          
+TrigSignatureMoniMT                                 INFO -- #385248610 Events          20         20         9          9          9          2          -          -          2          
+TrigSignatureMoniMT                                 INFO -- #385248610 Features                              13         13         30         2          -          -          
 TrigSignatureMoniMT                                 INFO HLT_g5_tight_L1EM3 #3280865118
-TrigSignatureMoniMT                                 INFO -- #3280865118 Events         20         20         9          9          9          1          -          1          
-TrigSignatureMoniMT                                 INFO -- #3280865118 Features                             13         13         30         1          -          
+TrigSignatureMoniMT                                 INFO -- #3280865118 Events         20         20         9          9          9          1          -          -          1          
+TrigSignatureMoniMT                                 INFO -- #3280865118 Features                             13         13         30         1          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j0_perf_L1J12_EMPTY #1341875780
-TrigSignatureMoniMT                                 INFO -- #1341875780 Events         20         20         8          -          -          -          -          8          
-TrigSignatureMoniMT                                 INFO -- #1341875780 Features                             174        -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1341875780 Events         20         20         8          -          -          -          -          -          8          
+TrigSignatureMoniMT                                 INFO -- #1341875780 Features                             174        -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j0_vbenfSEP30etSEP34mass35SEP50fbet_L1J20 #4034799151
-TrigSignatureMoniMT                                 INFO -- #4034799151 Events         20         20         2          -          -          -          -          2          
-TrigSignatureMoniMT                                 INFO -- #4034799151 Features                             34         -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #4034799151 Events         20         20         2          -          -          -          -          -          2          
+TrigSignatureMoniMT                                 INFO -- #4034799151 Features                             34         -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j225_ftf_subjesgscIS_bmv2c1040_split_L1J100 #3992507557
-TrigSignatureMoniMT                                 INFO -- #3992507557 Events         20         20         0          0          0          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #3992507557 Features                             0          0          0          -          -          
+TrigSignatureMoniMT                                 INFO -- #3992507557 Events         20         20         0          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #3992507557 Features                             0          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j260_320eta490_L1J20 #3084792704
-TrigSignatureMoniMT                                 INFO -- #3084792704 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #3084792704 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3084792704 Events         20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #3084792704 Features                             0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j260_320eta490_L1J75_31ETA49 #3769257182
-TrigSignatureMoniMT                                 INFO -- #3769257182 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #3769257182 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3769257182 Events         20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #3769257182 Features                             0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j275_ftf_subjesgscIS_bmv2c1060_split_L1J100 #1211559599
-TrigSignatureMoniMT                                 INFO -- #1211559599 Events         20         20         0          0          0          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #1211559599 Features                             0          0          0          -          -          
+TrigSignatureMoniMT                                 INFO -- #1211559599 Events         20         20         0          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1211559599 Features                             0          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j300_ftf_subjesgscIS_bmv2c1070_split_L1J100 #3706723666
-TrigSignatureMoniMT                                 INFO -- #3706723666 Events         20         20         0          0          0          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #3706723666 Features                             0          0          0          -          -          
+TrigSignatureMoniMT                                 INFO -- #3706723666 Events         20         20         0          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #3706723666 Features                             0          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j360_ftf_subjesgscIS_bmv2c1077_split_L1J100 #1837565816
-TrigSignatureMoniMT                                 INFO -- #1837565816 Events         20         20         0          0          0          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #1837565816 Features                             0          0          0          -          -          
+TrigSignatureMoniMT                                 INFO -- #1837565816 Events         20         20         0          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1837565816 Features                             0          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j420_L1J100 #2659902019
-TrigSignatureMoniMT                                 INFO -- #2659902019 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #2659902019 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2659902019 Events         20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2659902019 Features                             0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j420_L1J20 #2205518067
-TrigSignatureMoniMT                                 INFO -- #2205518067 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #2205518067 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2205518067 Events         20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2205518067 Features                             0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j420_ftf_subjesgscIS_L1J20 #4179085188
-TrigSignatureMoniMT                                 INFO -- #4179085188 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #4179085188 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #4179085188 Events         20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #4179085188 Features                             0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j45_L1J15 #1364976160
-TrigSignatureMoniMT                                 INFO -- #1364976160 Events         20         20         6          -          -          -          -          6          
-TrigSignatureMoniMT                                 INFO -- #1364976160 Features                             6          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1364976160 Events         20         20         6          -          -          -          -          -          6          
+TrigSignatureMoniMT                                 INFO -- #1364976160 Features                             6          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j45_cssktc_nojcalib_L1J20 #3295122398
-TrigSignatureMoniMT                                 INFO -- #3295122398 Events         20         20         3          -          -          -          -          3          
-TrigSignatureMoniMT                                 INFO -- #3295122398 Features                             3          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3295122398 Events         20         20         3          -          -          -          -          -          3          
+TrigSignatureMoniMT                                 INFO -- #3295122398 Features                             3          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j45_ftf_L1J15 #868405538
-TrigSignatureMoniMT                                 INFO -- #868405538 Events          20         20         6          -          -          -          -          6          
-TrigSignatureMoniMT                                 INFO -- #868405538 Features                              6          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #868405538 Events          20         20         6          -          -          -          -          -          6          
+TrigSignatureMoniMT                                 INFO -- #868405538 Features                              6          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j45_ftf_pf_L1J20 #1335156103
-TrigSignatureMoniMT                                 INFO -- #1335156103 Events         20         20         5          -          -          -          -          5          
-TrigSignatureMoniMT                                 INFO -- #1335156103 Features                             5          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1335156103 Events         20         20         5          -          -          -          -          -          5          
+TrigSignatureMoniMT                                 INFO -- #1335156103 Features                             5          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j45_ftf_pf_nojcalib_L1J20 #3658890913
-TrigSignatureMoniMT                                 INFO -- #3658890913 Events         20         20         3          -          -          -          -          3          
-TrigSignatureMoniMT                                 INFO -- #3658890913 Features                             3          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3658890913 Events         20         20         3          -          -          -          -          -          3          
+TrigSignatureMoniMT                                 INFO -- #3658890913 Features                             3          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j45_ftf_subjesgscIS_011jvt_L1J15 #2857031468
-TrigSignatureMoniMT                                 INFO -- #2857031468 Events         20         20         5          -          -          -          -          5          
-TrigSignatureMoniMT                                 INFO -- #2857031468 Features                             5          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2857031468 Events         20         20         5          -          -          -          -          -          5          
+TrigSignatureMoniMT                                 INFO -- #2857031468 Features                             5          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j45_ftf_subjesgscIS_015jvt_L1J15 #2938374624
-TrigSignatureMoniMT                                 INFO -- #2938374624 Events         20         20         5          -          -          -          -          5          
-TrigSignatureMoniMT                                 INFO -- #2938374624 Features                             5          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2938374624 Events         20         20         5          -          -          -          -          -          5          
+TrigSignatureMoniMT                                 INFO -- #2938374624 Features                             5          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j45_ftf_subjesgscIS_059jvt_L1J15 #1593009344
-TrigSignatureMoniMT                                 INFO -- #1593009344 Events         20         20         4          -          -          -          -          4          
-TrigSignatureMoniMT                                 INFO -- #1593009344 Features                             4          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1593009344 Events         20         20         4          -          -          -          -          -          4          
+TrigSignatureMoniMT                                 INFO -- #1593009344 Features                             4          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j45_ftf_subjesgscIS_L1J15 #3341539267
-TrigSignatureMoniMT                                 INFO -- #3341539267 Events         20         20         6          -          -          -          -          6          
-TrigSignatureMoniMT                                 INFO -- #3341539267 Features                             6          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3341539267 Events         20         20         6          -          -          -          -          -          6          
+TrigSignatureMoniMT                                 INFO -- #3341539267 Features                             6          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j45_ftf_subjesgscIS_bmv2c1070_split_L1J20 #991419339
-TrigSignatureMoniMT                                 INFO -- #991419339 Events          20         20         5          5          5          -          -          5          
-TrigSignatureMoniMT                                 INFO -- #991419339 Features                              5          5          5          -          -          
+TrigSignatureMoniMT                                 INFO -- #991419339 Events          20         20         5          5          5          -          -          -          5          
+TrigSignatureMoniMT                                 INFO -- #991419339 Features                              5          5          5          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j45_ftf_subjesgscIS_boffperf_split_L1J20 #1961149049
-TrigSignatureMoniMT                                 INFO -- #1961149049 Events         20         20         5          5          5          -          -          5          
-TrigSignatureMoniMT                                 INFO -- #1961149049 Features                             5          5          5          -          -          
+TrigSignatureMoniMT                                 INFO -- #1961149049 Events         20         20         5          5          5          -          -          -          5          
+TrigSignatureMoniMT                                 INFO -- #1961149049 Features                             5          5          5          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j45_ftf_subjesgscIS_pf_L1J20 #761060030
-TrigSignatureMoniMT                                 INFO -- #761060030 Events          20         20         5          -          -          -          -          5          
-TrigSignatureMoniMT                                 INFO -- #761060030 Features                              5          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #761060030 Events          20         20         5          -          -          -          -          -          5          
+TrigSignatureMoniMT                                 INFO -- #761060030 Features                              5          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j45_ftf_subresjesgscIS_L1J15 #1509925407
-TrigSignatureMoniMT                                 INFO -- #1509925407 Events         20         20         6          -          -          -          -          6          
-TrigSignatureMoniMT                                 INFO -- #1509925407 Features                             6          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1509925407 Events         20         20         6          -          -          -          -          -          6          
+TrigSignatureMoniMT                                 INFO -- #1509925407 Features                             6          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j45_ftf_subresjesgscIS_pf_L1J20 #4012311417
-TrigSignatureMoniMT                                 INFO -- #4012311417 Events         20         20         5          -          -          -          -          5          
-TrigSignatureMoniMT                                 INFO -- #4012311417 Features                             5          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #4012311417 Events         20         20         5          -          -          -          -          -          5          
+TrigSignatureMoniMT                                 INFO -- #4012311417 Features                             5          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j45_nojcalib_L1J20 #2042444294
-TrigSignatureMoniMT                                 INFO -- #2042444294 Events         20         20         3          -          -          -          -          3          
-TrigSignatureMoniMT                                 INFO -- #2042444294 Features                             3          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2042444294 Events         20         20         3          -          -          -          -          -          3          
+TrigSignatureMoniMT                                 INFO -- #2042444294 Features                             3          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j45_sktc_nojcalib_L1J20 #1542468090
-TrigSignatureMoniMT                                 INFO -- #1542468090 Events         20         20         3          -          -          -          -          3          
-TrigSignatureMoniMT                                 INFO -- #1542468090 Features                             3          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1542468090 Events         20         20         3          -          -          -          -          -          3          
+TrigSignatureMoniMT                                 INFO -- #1542468090 Features                             3          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j460_a10_lcw_subjes_L1J100 #3327656707
-TrigSignatureMoniMT                                 INFO -- #3327656707 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #3327656707 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3327656707 Events         20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #3327656707 Features                             0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j460_a10_lcw_subjes_L1J20 #215408633
-TrigSignatureMoniMT                                 INFO -- #215408633 Events          20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #215408633 Features                              0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #215408633 Events          20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #215408633 Features                              0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j460_a10r_L1J100 #1151767619
-TrigSignatureMoniMT                                 INFO -- #1151767619 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #1151767619 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1151767619 Events         20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1151767619 Features                             0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j460_a10r_L1J20 #3875082669
-TrigSignatureMoniMT                                 INFO -- #3875082669 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #3875082669 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3875082669 Events         20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #3875082669 Features                             0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j460_a10t_lcw_jes_30smcINF_L1J100 #2296827117
-TrigSignatureMoniMT                                 INFO -- #2296827117 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #2296827117 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2296827117 Events         20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2296827117 Features                             0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j460_a10t_lcw_jes_L1J100 #436385969
-TrigSignatureMoniMT                                 INFO -- #436385969 Events          20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #436385969 Features                              0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #436385969 Events          20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #436385969 Features                              0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j80_0eta240_2j60_320eta490_j0_dijetSEP80j1etSEP0j1eta240SEP80j2etSEP0j2eta240SEP700djmass_L1J20 #3634067472
-TrigSignatureMoniMT                                 INFO -- #3634067472 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #3634067472 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3634067472 Events         20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #3634067472 Features                             0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j80_j60_L1J15 #582699527
-TrigSignatureMoniMT                                 INFO -- #582699527 Events          20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #582699527 Features                              0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #582699527 Events          20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #582699527 Features                              0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j85_L1J20 #510475538
-TrigSignatureMoniMT                                 INFO -- #510475538 Events          20         20         3          -          -          -          -          3          
-TrigSignatureMoniMT                                 INFO -- #510475538 Features                              3          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #510475538 Events          20         20         3          -          -          -          -          -          3          
+TrigSignatureMoniMT                                 INFO -- #510475538 Features                              3          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j85_ftf_L1J20 #877042532
-TrigSignatureMoniMT                                 INFO -- #877042532 Events          20         20         3          -          -          -          -          3          
-TrigSignatureMoniMT                                 INFO -- #877042532 Features                              3          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #877042532 Events          20         20         3          -          -          -          -          -          3          
+TrigSignatureMoniMT                                 INFO -- #877042532 Features                              3          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_j85_ftf_pf_L1J20 #1538535401
-TrigSignatureMoniMT                                 INFO -- #1538535401 Events         20         20         2          -          -          -          -          2          
-TrigSignatureMoniMT                                 INFO -- #1538535401 Features                             2          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1538535401 Events         20         20         2          -          -          -          -          -          2          
+TrigSignatureMoniMT                                 INFO -- #1538535401 Features                             2          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mb_sptrk_L1RD0_FILLED #4097312640
-TrigSignatureMoniMT                                 INFO -- #4097312640 Events         20         20         -          -          -          -          -          19         
-TrigSignatureMoniMT                                 INFO -- #4097312640 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #4097312640 Events         20         20         20         19         -          -          -          -          19         
+TrigSignatureMoniMT                                 INFO -- #4097312640 Features                             20         19         -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mu0_muoncalib_L1MU20 #997163309
-TrigSignatureMoniMT                                 INFO -- #997163309 Events          20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #997163309 Features                              0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #997163309 Events          20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #997163309 Features                              0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mu0_muoncalib_L1MU4_EMPTY #782182242
-TrigSignatureMoniMT                                 INFO -- #782182242 Events          20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #782182242 Features                              0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #782182242 Events          20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #782182242 Features                              0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mu10_lateMu_L1MU10 #48780310
-TrigSignatureMoniMT                                 INFO -- #48780310 Events           20         20         0          0          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #48780310 Features                               0          0          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #48780310 Events           20         20         0          0          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #48780310 Features                               0          0          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mu20_ivar_L1MU6 #2083734526
-TrigSignatureMoniMT                                 INFO -- #2083734526 Events         20         20         1          1          1          -          -          1          
-TrigSignatureMoniMT                                 INFO -- #2083734526 Features                             1          1          1          -          -          
+TrigSignatureMoniMT                                 INFO -- #2083734526 Events         20         20         1          1          1          -          -          -          1          
+TrigSignatureMoniMT                                 INFO -- #2083734526 Features                             1          1          1          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mu24_idperf_L1MU20 #677658909
-TrigSignatureMoniMT                                 INFO -- #677658909 Events          20         20         1          1          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #677658909 Features                              1          1          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #677658909 Events          20         20         1          1          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #677658909 Features                              1          1          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mu26_ivarmedium_L1MU20 #3411723090
-TrigSignatureMoniMT                                 INFO -- #3411723090 Events         20         20         1          1          0          0          0          0          
-TrigSignatureMoniMT                                 INFO -- #3411723090 Features                             1          1          0          0          0          
+TrigSignatureMoniMT                                 INFO -- #3411723090 Events         20         20         1          1          0          0          0          -          0          
+TrigSignatureMoniMT                                 INFO -- #3411723090 Features                             1          1          0          0          0          -          
 TrigSignatureMoniMT                                 INFO HLT_mu28_ivarmedium_L1MU20 #1963262787
-TrigSignatureMoniMT                                 INFO -- #1963262787 Events         20         20         1          1          0          0          0          0          
-TrigSignatureMoniMT                                 INFO -- #1963262787 Features                             1          1          0          0          0          
+TrigSignatureMoniMT                                 INFO -- #1963262787 Events         20         20         1          1          0          0          0          -          0          
+TrigSignatureMoniMT                                 INFO -- #1963262787 Features                             1          1          0          0          0          -          
 TrigSignatureMoniMT                                 INFO HLT_mu35_ivarmedium_L1MU20 #597064890
-TrigSignatureMoniMT                                 INFO -- #597064890 Events          20         20         1          1          0          0          0          0          
-TrigSignatureMoniMT                                 INFO -- #597064890 Features                              1          1          0          0          0          
+TrigSignatureMoniMT                                 INFO -- #597064890 Events          20         20         1          1          0          0          0          -          0          
+TrigSignatureMoniMT                                 INFO -- #597064890 Features                              1          1          0          0          0          -          
 TrigSignatureMoniMT                                 INFO HLT_mu50_L1MU20 #3657158931
-TrigSignatureMoniMT                                 INFO -- #3657158931 Events         20         20         1          1          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #3657158931 Features                             1          1          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #3657158931 Events         20         20         1          1          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #3657158931 Features                             1          1          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mu50_RPCPEBSecondaryReadout_L1MU20 #827327262
-TrigSignatureMoniMT                                 INFO -- #827327262 Events          20         20         1          1          0          0          0          0          
-TrigSignatureMoniMT                                 INFO -- #827327262 Features                              1          1          0          0          0          
+TrigSignatureMoniMT                                 INFO -- #827327262 Events          20         20         1          1          0          0          0          -          0          
+TrigSignatureMoniMT                                 INFO -- #827327262 Features                              1          1          0          0          0          -          
 TrigSignatureMoniMT                                 INFO HLT_mu60_0eta105_msonly_L1MU20 #1642591450
-TrigSignatureMoniMT                                 INFO -- #1642591450 Events         20         20         0          0          0          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #1642591450 Features                             0          0          0          -          -          
+TrigSignatureMoniMT                                 INFO -- #1642591450 Events         20         20         0          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1642591450 Features                             0          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mu6Comb_L1MU6 #996392590
-TrigSignatureMoniMT                                 INFO -- #996392590 Events          20         20         1          1          -          -          -          1          
-TrigSignatureMoniMT                                 INFO -- #996392590 Features                              1          1          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #996392590 Events          20         20         1          1          -          -          -          -          1          
+TrigSignatureMoniMT                                 INFO -- #996392590 Features                              1          1          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mu6_L1MU6 #2560542253
-TrigSignatureMoniMT                                 INFO -- #2560542253 Events         20         20         1          1          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #2560542253 Features                             1          1          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #2560542253 Events         20         20         1          1          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2560542253 Features                             1          1          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mu6_idperf_L1MU6 #934918532
-TrigSignatureMoniMT                                 INFO -- #934918532 Events          20         20         1          1          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #934918532 Features                              1          1          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #934918532 Events          20         20         1          1          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #934918532 Features                              1          1          0          0          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mu6_ivarmedium_L1MU6 #1012713062
-TrigSignatureMoniMT                                 INFO -- #1012713062 Events         20         20         1          1          0          0          0          0          
-TrigSignatureMoniMT                                 INFO -- #1012713062 Features                             1          1          0          0          0          
+TrigSignatureMoniMT                                 INFO -- #1012713062 Events         20         20         1          1          0          0          0          -          0          
+TrigSignatureMoniMT                                 INFO -- #1012713062 Features                             1          1          0          0          0          -          
 TrigSignatureMoniMT                                 INFO HLT_mu6_msonly_L1MU6 #3895421032
-TrigSignatureMoniMT                                 INFO -- #3895421032 Events         20         20         1          0          0          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #3895421032 Features                             1          0          0          -          -          
+TrigSignatureMoniMT                                 INFO -- #3895421032 Events         20         20         1          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #3895421032 Features                             1          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mu6_mu4_L12MU4 #1713982776
-TrigSignatureMoniMT                                 INFO -- #1713982776 Events         20         20         1          0          0          0          -          0          
-TrigSignatureMoniMT                                 INFO -- #1713982776 Features                             2          0          0          0          -          
+TrigSignatureMoniMT                                 INFO -- #1713982776 Events         20         20         1          0          0          0          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1713982776 Features                             2          0          0          0          -          -          
+TrigSignatureMoniMT                                 INFO HLT_mu6_mu6noL1_L1MU6 #451489897
+TrigSignatureMoniMT                                 INFO -- #451489897 Events          20         20         0          0          0          0          0          0          0          
+TrigSignatureMoniMT                                 INFO -- #451489897 Features                              0          0          0          0          0          0          
 TrigSignatureMoniMT                                 INFO HLT_mu6fast_L1MU6 #3518031697
-TrigSignatureMoniMT                                 INFO -- #3518031697 Events         20         20         1          -          -          -          -          1          
-TrigSignatureMoniMT                                 INFO -- #3518031697 Features                             1          -          -          -          -          
-TrigSignatureMoniMT                                 INFO HLT_mu6noL1_L1MU6 #1631468602
-TrigSignatureMoniMT                                 INFO -- #1631468602 Events         20         20         -          -          -          0          0          0          
-TrigSignatureMoniMT                                 INFO -- #1631468602 Features                             -          -          -          0          0          
+TrigSignatureMoniMT                                 INFO -- #3518031697 Events         20         20         1          -          -          -          -          -          1          
+TrigSignatureMoniMT                                 INFO -- #3518031697 Features                             1          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_mu80_msonly_3layersEC_L1MU20 #761101109
-TrigSignatureMoniMT                                 INFO -- #761101109 Events          20         20         1          0          0          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #761101109 Features                              1          0          0          -          -          
+TrigSignatureMoniMT                                 INFO -- #761101109 Events          20         20         1          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #761101109 Features                              1          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1EM10VH #314199913
-TrigSignatureMoniMT                                 INFO -- #314199913 Events          20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #314199913 Features                              -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #314199913 Events          20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #314199913 Features                              -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1EM12 #3885916609
-TrigSignatureMoniMT                                 INFO -- #3885916609 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #3885916609 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3885916609 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #3885916609 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1EM15 #480733925
-TrigSignatureMoniMT                                 INFO -- #480733925 Events          20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #480733925 Features                              -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #480733925 Events          20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #480733925 Features                              -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1EM15VH #2374865899
-TrigSignatureMoniMT                                 INFO -- #2374865899 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #2374865899 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2374865899 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #2374865899 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1EM20VH #3719542824
-TrigSignatureMoniMT                                 INFO -- #3719542824 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #3719542824 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3719542824 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #3719542824 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1EM22VHI #1723589313
-TrigSignatureMoniMT                                 INFO -- #1723589313 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #1723589313 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1723589313 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #1723589313 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1EM3 #4169267792
-TrigSignatureMoniMT                                 INFO -- #4169267792 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #4169267792 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #4169267792 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #4169267792 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1EM7 #3226970354
-TrigSignatureMoniMT                                 INFO -- #3226970354 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #3226970354 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3226970354 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #3226970354 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1EM8VH #4065285611
-TrigSignatureMoniMT                                 INFO -- #4065285611 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #4065285611 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #4065285611 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #4065285611 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1J100 #1026959128
-TrigSignatureMoniMT                                 INFO -- #1026959128 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #1026959128 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1026959128 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #1026959128 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1J12 #2640820608
-TrigSignatureMoniMT                                 INFO -- #2640820608 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #2640820608 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2640820608 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #2640820608 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1J120 #2116228652
-TrigSignatureMoniMT                                 INFO -- #2116228652 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #2116228652 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2116228652 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #2116228652 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1J15 #1976430774
-TrigSignatureMoniMT                                 INFO -- #1976430774 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #1976430774 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1976430774 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #1976430774 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1J20 #2241112369
-TrigSignatureMoniMT                                 INFO -- #2241112369 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #2241112369 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2241112369 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #2241112369 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1J25 #39428635
-TrigSignatureMoniMT                                 INFO -- #39428635 Events           20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #39428635 Features                               -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #39428635 Events           20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #39428635 Features                               -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1J30 #3523994129
-TrigSignatureMoniMT                                 INFO -- #3523994129 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #3523994129 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3523994129 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #3523994129 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1J40 #1497591431
-TrigSignatureMoniMT                                 INFO -- #1497591431 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #1497591431 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1497591431 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #1497591431 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1J400 #2494874701
-TrigSignatureMoniMT                                 INFO -- #2494874701 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #2494874701 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2494874701 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #2494874701 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1J50 #3346352675
-TrigSignatureMoniMT                                 INFO -- #3346352675 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #3346352675 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3346352675 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #3346352675 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1J75 #1651897827
-TrigSignatureMoniMT                                 INFO -- #1651897827 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #1651897827 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1651897827 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #1651897827 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1J85 #166231461
-TrigSignatureMoniMT                                 INFO -- #166231461 Events          20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #166231461 Features                              -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #166231461 Events          20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #166231461 Features                              -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1RD0_EMPTY #914660695
-TrigSignatureMoniMT                                 INFO -- #914660695 Events          20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #914660695 Features                              -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #914660695 Events          20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #914660695 Features                              -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1RD0_FILLED #211699639
-TrigSignatureMoniMT                                 INFO -- #211699639 Events          20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #211699639 Features                              -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #211699639 Events          20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #211699639 Features                              -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1TAU12 #4248050338
-TrigSignatureMoniMT                                 INFO -- #4248050338 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #4248050338 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #4248050338 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #4248050338 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1TAU12IM #357557968
-TrigSignatureMoniMT                                 INFO -- #357557968 Events          20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #357557968 Features                              -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #357557968 Events          20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #357557968 Features                              -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1TAU20 #3602376876
-TrigSignatureMoniMT                                 INFO -- #3602376876 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #3602376876 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3602376876 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #3602376876 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1TAU20IM #1931583332
-TrigSignatureMoniMT                                 INFO -- #1931583332 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #1931583332 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1931583332 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #1931583332 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1TAU30 #1944789678
-TrigSignatureMoniMT                                 INFO -- #1944789678 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #1944789678 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1944789678 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #1944789678 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1TAU40 #1394621652
-TrigSignatureMoniMT                                 INFO -- #1394621652 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #1394621652 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1394621652 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #1394621652 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1TAU60 #3332424451
-TrigSignatureMoniMT                                 INFO -- #3332424451 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #3332424451 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3332424451 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #3332424451 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1TAU8 #3165115874
-TrigSignatureMoniMT                                 INFO -- #3165115874 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #3165115874 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3165115874 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #3165115874 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1XE10 #1583053368
-TrigSignatureMoniMT                                 INFO -- #1583053368 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #1583053368 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1583053368 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #1583053368 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1XE150 #958178429
-TrigSignatureMoniMT                                 INFO -- #958178429 Events          20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #958178429 Features                              -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #958178429 Events          20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #958178429 Features                              -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1XE30 #2047368922
-TrigSignatureMoniMT                                 INFO -- #2047368922 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #2047368922 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2047368922 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #2047368922 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1XE300 #1315853555
-TrigSignatureMoniMT                                 INFO -- #1315853555 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #1315853555 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1315853555 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #1315853555 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1XE35 #2313039014
-TrigSignatureMoniMT                                 INFO -- #2313039014 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #2313039014 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2313039014 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #2313039014 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1XE40 #4293469116
-TrigSignatureMoniMT                                 INFO -- #4293469116 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #4293469116 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #4293469116 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #4293469116 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1XE45 #2365048177
-TrigSignatureMoniMT                                 INFO -- #2365048177 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #2365048177 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2365048177 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #2365048177 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1XE50 #1168752081
-TrigSignatureMoniMT                                 INFO -- #1168752081 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #1168752081 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1168752081 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #1168752081 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1XE55 #268928384
-TrigSignatureMoniMT                                 INFO -- #268928384 Events          20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #268928384 Features                              -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #268928384 Events          20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #268928384 Features                              -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1XE60 #4154240531
-TrigSignatureMoniMT                                 INFO -- #4154240531 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #4154240531 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #4154240531 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #4154240531 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1XE65 #4229937363
-TrigSignatureMoniMT                                 INFO -- #4229937363 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #4229937363 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #4229937363 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #4229937363 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1XE70 #3765216228
-TrigSignatureMoniMT                                 INFO -- #3765216228 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #3765216228 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3765216228 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #3765216228 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1XE75 #225440053
-TrigSignatureMoniMT                                 INFO -- #225440053 Events          20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #225440053 Features                              -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #225440053 Events          20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #225440053 Features                              -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_noalg_L1XE80 #2742079961
-TrigSignatureMoniMT                                 INFO -- #2742079961 Events         20         20         -          -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #2742079961 Features                             -          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2742079961 Events         20         20         -          -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #2742079961 Features                             -          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_sct_noise_SCTPEB_L1RD0_EMPTY #3024203296
-TrigSignatureMoniMT                                 INFO -- #3024203296 Events         20         20         20         -          -          -          -          20         
-TrigSignatureMoniMT                                 INFO -- #3024203296 Features                             20         -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3024203296 Events         20         20         20         -          -          -          -          -          20         
+TrigSignatureMoniMT                                 INFO -- #3024203296 Features                             20         -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau0_perf_ptonly_L1TAU100 #2342716369
-TrigSignatureMoniMT                                 INFO -- #2342716369 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #2342716369 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2342716369 Events         20         20         0          0          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2342716369 Features                             0          0          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau0_perf_ptonly_L1TAU12 #372992233
-TrigSignatureMoniMT                                 INFO -- #372992233 Events          20         20         4          -          -          -          -          4          
-TrigSignatureMoniMT                                 INFO -- #372992233 Features                              5          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #372992233 Events          20         20         4          4          -          -          -          -          4          
+TrigSignatureMoniMT                                 INFO -- #372992233 Features                              5          5          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau0_perf_ptonly_L1TAU60 #1376650121
-TrigSignatureMoniMT                                 INFO -- #1376650121 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #1376650121 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1376650121 Events         20         20         0          0          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1376650121 Features                             0          0          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau160_idperf_track_L1TAU100 #714660857
-TrigSignatureMoniMT                                 INFO -- #714660857 Events          20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #714660857 Features                              0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #714660857 Events          20         20         0          0          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #714660857 Features                              0          0          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau160_idperf_tracktwoMVA_L1TAU100 #2725693236
-TrigSignatureMoniMT                                 INFO -- #2725693236 Events         20         20         0          0          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #2725693236 Features                             0          0          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2725693236 Events         20         20         0          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2725693236 Features                             0          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau160_idperf_tracktwo_L1TAU100 #886074432
-TrigSignatureMoniMT                                 INFO -- #886074432 Events          20         20         0          0          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #886074432 Features                              0          0          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #886074432 Events          20         20         0          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #886074432 Features                              0          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau160_mediumRNN_tracktwoMVA_L1TAU100 #1747754287
-TrigSignatureMoniMT                                 INFO -- #1747754287 Events         20         20         0          0          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #1747754287 Features                             0          0          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1747754287 Events         20         20         0          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1747754287 Features                             0          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau160_perf_tracktwoMVA_L1TAU100 #2334140248
-TrigSignatureMoniMT                                 INFO -- #2334140248 Events         20         20         0          0          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #2334140248 Features                             0          0          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2334140248 Events         20         20         0          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2334140248 Features                             0          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau160_perf_tracktwo_L1TAU100 #1799096347
-TrigSignatureMoniMT                                 INFO -- #1799096347 Events         20         20         0          0          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #1799096347 Features                             0          0          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1799096347 Events         20         20         0          0          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1799096347 Features                             0          0          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau25_idperf_track_L1TAU12IM #554271976
-TrigSignatureMoniMT                                 INFO -- #554271976 Events          20         20         3          -          -          -          -          3          
-TrigSignatureMoniMT                                 INFO -- #554271976 Features                              4          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #554271976 Events          20         20         3          3          -          -          -          -          3          
+TrigSignatureMoniMT                                 INFO -- #554271976 Features                              4          4          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau25_idperf_tracktwoMVA_L1TAU12IM #988149859
-TrigSignatureMoniMT                                 INFO -- #988149859 Events          20         20         3          3          -          -          -          3          
-TrigSignatureMoniMT                                 INFO -- #988149859 Features                              4          3          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #988149859 Events          20         20         3          3          3          -          -          -          3          
+TrigSignatureMoniMT                                 INFO -- #988149859 Features                              4          3          3          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau25_idperf_tracktwo_L1TAU12IM #3346942453
-TrigSignatureMoniMT                                 INFO -- #3346942453 Events         20         20         3          3          -          -          -          3          
-TrigSignatureMoniMT                                 INFO -- #3346942453 Features                             4          3          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3346942453 Events         20         20         3          3          3          -          -          -          3          
+TrigSignatureMoniMT                                 INFO -- #3346942453 Features                             4          3          3          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau25_looseRNN_tracktwoMVA_L1TAU12IM #169452969
-TrigSignatureMoniMT                                 INFO -- #169452969 Events          20         20         3          3          -          -          -          3          
-TrigSignatureMoniMT                                 INFO -- #169452969 Features                              4          3          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #169452969 Events          20         20         3          3          3          -          -          -          3          
+TrigSignatureMoniMT                                 INFO -- #169452969 Features                              4          3          3          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau25_looseRNN_tracktwo_L1TAU12IM #2490017573
-TrigSignatureMoniMT                                 INFO -- #2490017573 Events         20         20         3          3          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #2490017573 Features                             4          3          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2490017573 Events         20         20         3          3          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2490017573 Features                             4          3          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau25_medium1_tracktwoEF_L1TAU12IM #506456080
-TrigSignatureMoniMT                                 INFO -- #506456080 Events          20         20         3          3          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #506456080 Features                              4          3          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #506456080 Events          20         20         3          3          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #506456080 Features                              4          3          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau25_medium1_tracktwoMVA_L1TAU12IM #4055280067
-TrigSignatureMoniMT                                 INFO -- #4055280067 Events         20         20         3          3          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #4055280067 Features                             4          3          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #4055280067 Events         20         20         3          3          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #4055280067 Features                             4          3          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau25_medium1_tracktwo_L1TAU12IM #1433975745
-TrigSignatureMoniMT                                 INFO -- #1433975745 Events         20         20         3          3          -          -          -          1          
-TrigSignatureMoniMT                                 INFO -- #1433975745 Features                             4          3          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1433975745 Events         20         20         3          3          1          -          -          -          1          
+TrigSignatureMoniMT                                 INFO -- #1433975745 Features                             4          3          1          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau25_mediumRNN_tracktwoMVA_L1TAU12IM #2222894847
-TrigSignatureMoniMT                                 INFO -- #2222894847 Events         20         20         3          3          -          -          -          1          
-TrigSignatureMoniMT                                 INFO -- #2222894847 Features                             4          3          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2222894847 Events         20         20         3          3          1          -          -          -          1          
+TrigSignatureMoniMT                                 INFO -- #2222894847 Features                             4          3          1          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau25_mediumRNN_tracktwo_L1TAU12IM #698603885
-TrigSignatureMoniMT                                 INFO -- #698603885 Events          20         20         3          3          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #698603885 Features                              4          3          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #698603885 Events          20         20         3          3          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #698603885 Features                              4          3          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau25_perf_tracktwoMVA_L1TAU12IM #112814536
-TrigSignatureMoniMT                                 INFO -- #112814536 Events          20         20         3          3          -          -          -          3          
-TrigSignatureMoniMT                                 INFO -- #112814536 Features                              4          3          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #112814536 Events          20         20         3          3          3          -          -          -          3          
+TrigSignatureMoniMT                                 INFO -- #112814536 Features                              4          3          3          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau25_perf_tracktwo_L1TAU12IM #1129072492
-TrigSignatureMoniMT                                 INFO -- #1129072492 Events         20         20         3          3          -          -          -          3          
-TrigSignatureMoniMT                                 INFO -- #1129072492 Features                             4          3          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1129072492 Events         20         20         3          3          3          -          -          -          3          
+TrigSignatureMoniMT                                 INFO -- #1129072492 Features                             4          3          3          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau25_tightRNN_tracktwoMVA_L1TAU12IM #2472860683
-TrigSignatureMoniMT                                 INFO -- #2472860683 Events         20         20         3          3          -          -          -          1          
-TrigSignatureMoniMT                                 INFO -- #2472860683 Features                             4          3          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2472860683 Events         20         20         3          3          1          -          -          -          1          
+TrigSignatureMoniMT                                 INFO -- #2472860683 Features                             4          3          1          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau25_tightRNN_tracktwo_L1TAU12IM #2537544560
-TrigSignatureMoniMT                                 INFO -- #2537544560 Events         20         20         3          3          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #2537544560 Features                             4          3          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2537544560 Events         20         20         3          3          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2537544560 Features                             4          3          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau25_verylooseRNN_tracktwoMVA_L1TAU12IM #2992830434
-TrigSignatureMoniMT                                 INFO -- #2992830434 Events         20         20         3          3          -          -          -          3          
-TrigSignatureMoniMT                                 INFO -- #2992830434 Features                             4          3          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2992830434 Events         20         20         3          3          3          -          -          -          3          
+TrigSignatureMoniMT                                 INFO -- #2992830434 Features                             4          3          3          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau25_verylooseRNN_tracktwo_L1TAU12IM #1275052132
-TrigSignatureMoniMT                                 INFO -- #1275052132 Events         20         20         3          3          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #1275052132 Features                             4          3          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1275052132 Events         20         20         3          3          0          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1275052132 Features                             4          3          0          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_tau35_mediumRNN_tracktwoMVA_L1TAU12IM #2456480859
-TrigSignatureMoniMT                                 INFO -- #2456480859 Events         20         20         3          3          -          -          -          1          
-TrigSignatureMoniMT                                 INFO -- #2456480859 Features                             4          3          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2456480859 Events         20         20         3          3          1          -          -          -          1          
+TrigSignatureMoniMT                                 INFO -- #2456480859 Features                             4          3          1          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_timeburner_L1All #819160059
-TrigSignatureMoniMT                                 INFO -- #819160059 Events          20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #819160059 Features                              0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #819160059 Events          20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #819160059 Features                              0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_xe100_mht_L1XE50 #532175988
-TrigSignatureMoniMT                                 INFO -- #532175988 Events          20         20         2          -          -          -          -          2          
-TrigSignatureMoniMT                                 INFO -- #532175988 Features                              2          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #532175988 Events          20         20         2          -          -          -          -          -          2          
+TrigSignatureMoniMT                                 INFO -- #532175988 Features                              2          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_xe100_pfsum_L1XE50 #1890237897
-TrigSignatureMoniMT                                 INFO -- #1890237897 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #1890237897 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1890237897 Events         20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1890237897 Features                             0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_xe100_tcpufit_L1XE50 #2803198799
-TrigSignatureMoniMT                                 INFO -- #2803198799 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #2803198799 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2803198799 Events         20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #2803198799 Features                             0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_xe100_trkmht_L1XE50 #1055916731
-TrigSignatureMoniMT                                 INFO -- #1055916731 Events         20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #1055916731 Features                             0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1055916731 Events         20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #1055916731 Features                             0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_xe110_mht_L1XE50 #3030733259
-TrigSignatureMoniMT                                 INFO -- #3030733259 Events         20         20         2          -          -          -          -          2          
-TrigSignatureMoniMT                                 INFO -- #3030733259 Features                             2          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3030733259 Events         20         20         2          -          -          -          -          -          2          
+TrigSignatureMoniMT                                 INFO -- #3030733259 Features                             2          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_xe110_tc_em_L1XE50 #607113828
-TrigSignatureMoniMT                                 INFO -- #607113828 Events          20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #607113828 Features                              0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #607113828 Events          20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #607113828 Features                              0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_xe110_tcpufit_L1XE50 #892853397
-TrigSignatureMoniMT                                 INFO -- #892853397 Events          20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #892853397 Features                              0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #892853397 Events          20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #892853397 Features                              0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_xe30_cell_L1XE10 #1649696554
-TrigSignatureMoniMT                                 INFO -- #1649696554 Events         20         20         3          -          -          -          -          3          
-TrigSignatureMoniMT                                 INFO -- #1649696554 Features                             3          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1649696554 Events         20         20         3          -          -          -          -          -          3          
+TrigSignatureMoniMT                                 INFO -- #1649696554 Features                             3          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_xe30_cell_xe30_tcpufit_L1XE10 #3768353779
-TrigSignatureMoniMT                                 INFO -- #3768353779 Events         20         20         2          -          -          -          -          2          
-TrigSignatureMoniMT                                 INFO -- #3768353779 Features                             2          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3768353779 Events         20         20         2          -          -          -          -          -          2          
+TrigSignatureMoniMT                                 INFO -- #3768353779 Features                             2          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_xe30_mht_L1XE10 #3626903018
-TrigSignatureMoniMT                                 INFO -- #3626903018 Events         20         20         16         -          -          -          -          16         
-TrigSignatureMoniMT                                 INFO -- #3626903018 Features                             16         -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #3626903018 Events         20         20         16         -          -          -          -          -          16         
+TrigSignatureMoniMT                                 INFO -- #3626903018 Features                             16         -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_xe30_pfsum_L1XE10 #998713382
-TrigSignatureMoniMT                                 INFO -- #998713382 Events          20         20         3          -          -          -          -          3          
-TrigSignatureMoniMT                                 INFO -- #998713382 Features                              3          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #998713382 Events          20         20         3          -          -          -          -          -          3          
+TrigSignatureMoniMT                                 INFO -- #998713382 Features                              3          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_xe30_tcpufit_L1XE10 #1583719916
-TrigSignatureMoniMT                                 INFO -- #1583719916 Events         20         20         2          -          -          -          -          2          
-TrigSignatureMoniMT                                 INFO -- #1583719916 Features                             2          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #1583719916 Events         20         20         2          -          -          -          -          -          2          
+TrigSignatureMoniMT                                 INFO -- #1583719916 Features                             2          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_xe30_trkmht_L1XE10 #2468872349
-TrigSignatureMoniMT                                 INFO -- #2468872349 Events         20         20         6          -          -          -          -          6          
-TrigSignatureMoniMT                                 INFO -- #2468872349 Features                             6          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #2468872349 Events         20         20         6          -          -          -          -          -          6          
+TrigSignatureMoniMT                                 INFO -- #2468872349 Features                             6          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_xe65_cell_L1XE50 #531141817
-TrigSignatureMoniMT                                 INFO -- #531141817 Events          20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #531141817 Features                              0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #531141817 Events          20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #531141817 Features                              0          -          -          -          -          -          
 TrigSignatureMoniMT                                 INFO HLT_xe65_cell_xe110_tcpufit_L1XE50 #115518400
-TrigSignatureMoniMT                                 INFO -- #115518400 Events          20         20         0          -          -          -          -          0          
-TrigSignatureMoniMT                                 INFO -- #115518400 Features                              0          -          -          -          -          
+TrigSignatureMoniMT                                 INFO -- #115518400 Events          20         20         0          -          -          -          -          -          0          
+TrigSignatureMoniMT                                 INFO -- #115518400 Features                              0          -          -          -          -          -          
diff --git a/Trigger/TriggerCommon/TriggerJobOpts/python/TriggerConfig.py b/Trigger/TriggerCommon/TriggerJobOpts/python/TriggerConfig.py
index efd9578b0ac2862335b61df37bace7d90f98ea1b..adf28d4c4f03c71ea0bbb4c4a83b1e19267b8614 100644
--- a/Trigger/TriggerCommon/TriggerJobOpts/python/TriggerConfig.py
+++ b/Trigger/TriggerCommon/TriggerJobOpts/python/TriggerConfig.py
@@ -42,7 +42,7 @@ def collectHypos( steps ):
                 # will replace by function once dependencies are sorted
                 if hasProp( alg, 'HypoInputDecisions'):
                     __log.info( "found hypo " + alg.getName() + " in " +stepSeq.getName() )
-                    if __isCombo( alg ):
+                    if __isCombo( alg ) and len(alg.ComboHypoTools):
                         __log.info( "    with %d comboHypoTools: %s", len(alg.ComboHypoTools), ' '.join(map(str, [tool.getName() for  tool in alg.ComboHypoTools])))
                     hypos[stepSeq.getName()].append( alg )
                 else:
@@ -175,8 +175,11 @@ def triggerSummaryCfg(flags, hypos):
     decisionSummaryAlg = DecisionSummaryMakerAlg()
     allChains = OrderedDict()
 
+    
     for stepName, stepHypos in sorted( hypos.items() ):
-        for hypo in stepHypos:
+        # order hypos so that ComboHypos are last ones
+        orderedStepHypos = sorted(stepHypos, key=lambda hypo: __isCombo(hypo))  
+        for hypo in orderedStepHypos:
             hypoChains,hypoOutputKey = __decisionsFromHypo( hypo )
             allChains.update( OrderedDict.fromkeys( hypoChains, hypoOutputKey ) )
 
@@ -193,6 +196,7 @@ def triggerSummaryCfg(flags, hypos):
                 allChains[chainName] = mapThresholdToL1DecisionCollection( chainDict['chainParts'][0]['L1threshold'] )
                 __log.debug("The chain %s final decisions will be taken from %s", chainName, allChains[chainName] )
 
+
     for c, cont in six.iteritems (allChains):
         __log.debug("Final decision of chain  " + c + " will be read from " + cont )
     decisionSummaryAlg.FinalDecisionKeys = list(OrderedDict.fromkeys(allChains.values()))
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/ElectronDef.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/ElectronDef.py
index 7cf22d9c06a1c04ca2dbe6f81740e53ed733faad..a8470c7dddc4a9bd6a4d256de289d036d484688f 100644
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/ElectronDef.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/ElectronDef.py
@@ -6,8 +6,6 @@ log = logging.getLogger("TriggerMenuMT.HLTMenuConfig.Egamma.ElectronDef")
 
 
 from TriggerMenuMT.HLTMenuConfig.Menu.ChainConfigurationBase import ChainConfigurationBase
-from TriggerMenuMT.HLTMenuConfig.Menu.MenuComponents import ChainStep, RecoFragmentsPool
-
 from TriggerMenuMT.HLTMenuConfig.CommonSequences.CaloSequenceSetup import fastCaloMenuSequence
 
 from TriggerMenuMT.HLTMenuConfig.Egamma.ElectronSequenceSetup import fastElectronMenuSequence
@@ -102,31 +100,22 @@ class ElectronChainConfiguration(ChainConfigurationBase):
 
     def getFastCalo(self, doRinger=True):
         if doRinger:
-            stepName       = "Step1_FastCaloRinger_electron"
+            stepName       = "FastCaloRinger_electron"
             fastCaloCfg    = electronFastCaloRingerCfg
         else:
-            stepName       = "Step1_FastCalo_electron"
+            stepName       = "FastCalo_electron"
             fastCaloCfg = electronFastCaloCfg
-        log.debug("Configuring step " + stepName)
-        fastCalo = RecoFragmentsPool.retrieve(fastCaloCfg , None )
-        return ChainStep(stepName, [fastCalo], [self.mult], [self.dict])
+        return self.getStep(1,stepName,[ fastCaloCfg])
 
     def getFastElectron(self):
-        stepName = "Step2_fast_electron"
-        log.debug("Configuring step " + stepName)
-        electronReco = RecoFragmentsPool.retrieve( fastElectronSequenceCfg, None )
-        return ChainStep(stepName, [electronReco], [self.mult], [self.dict])
-
+        stepName = "fast_electron"
+        return self.getStep(2,stepName,[ fastElectronSequenceCfg])
 
     def getPrecisionCaloElectron(self):
-        stepName = "Step3_precisionCalo_electron"
-        log.debug("Configuring step " + stepName)
-        precisionReco = RecoFragmentsPool.retrieve( precisionCaloSequenceCfg, None )
-        return ChainStep(stepName, [precisionReco], [self.mult], [self.dict])
-
+        stepName = "precisionCalo_electron"
+        return self.getStep(3,stepName,[ precisionCaloSequenceCfg])
 
     def getPrecisionElectron(self):
-        stepName = "Step4_precision_electron"
-        log.debug("Configuring step " + stepName)
-        precisionElectron = RecoFragmentsPool.retrieve( precisionElectronSequenceCfg, None )
-        return ChainStep(stepName, [precisionElectron], [self.mult], [self.dict])
+        stepName = "precision_electron"
+        return self.getStep(4,stepName,[ precisionElectronSequenceCfg])
+
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/GenerateElectronChainDefs.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/GenerateElectronChainDefs.py
index 3cd14d89d7f68835746a45db937dccec4fc176b8..bc972642ac7d9d4657cce72844da677e79bb7028 100644
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/GenerateElectronChainDefs.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/GenerateElectronChainDefs.py
@@ -20,11 +20,10 @@ def generateChainConfigs( chainDict ):
     listOfChainDefs = []
 
     for subChainDict in listOfChainDicts:
-        
+        log.debug('Assembling subChainsDict %s for chain %s', len(listOfChainDefs), subChainDict['chainName'] )
         Electron = ElectronChainConfiguration(subChainDict).assembleChain() 
 
         listOfChainDefs += [Electron]
-        log.debug('length of chaindefs %s', len(listOfChainDefs) )
         
 
     if len(listOfChainDefs)>1:
@@ -32,7 +31,6 @@ def generateChainConfigs( chainDict ):
     else:
         theChainDef = listOfChainDefs[0]
 
-    log.debug("theChainDef %s" , theChainDef)
 
     return theChainDef
 
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/GeneratePhotonChainDefs.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/GeneratePhotonChainDefs.py
index fb6f4d5766e3c37200f2dfb18f48a976a5796274..2670cea6e5f43ec3c778a76a1e95d8f043f6453d 100644
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/GeneratePhotonChainDefs.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/GeneratePhotonChainDefs.py
@@ -2,6 +2,7 @@
 
 from TriggerMenuMT.HLTMenuConfig.Menu.ChainDictTools import splitChainDict
 from TriggerMenuMT.HLTMenuConfig.Egamma.PhotonDef import PhotonChainConfiguration as PhotonChainConfiguration
+from TriggerMenuMT.HLTMenuConfig.Menu.ChainMerging import mergeChainDefs
 
 
 from AthenaCommon.Logging import logging
@@ -19,21 +20,17 @@ def generateChainConfigs( chainDict ):
     listOfChainDefs = []
 
     for subChainDict in listOfChainDicts:
-        
+        log.debug('Assembling subChainsDict %s for chain %s', len(listOfChainDefs), subChainDict['chainName'] )  
         Photon = PhotonChainConfiguration(subChainDict).assembleChain() 
 
         listOfChainDefs += [Photon]
-        log.debug('length of chaindefs %s', len(listOfChainDefs) )
         
 
     if len(listOfChainDefs)>1:
-        log.warning("Implement case for multi-electron chain!!") 
-        theChainDef = listOfChainDefs[0] #needs to be implemented properly
+        theChainDef = mergeChainDefs(listOfChainDefs, chainDict)
     else:
         theChainDef = listOfChainDefs[0]
 
-    log.debug("theChainDef %s" , theChainDef)
-
     return theChainDef
 
 
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/PhotonDef.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/PhotonDef.py
index 328521d27d670e5141073babc0c9250932acb7a0..f488412f3169a0043dd34cf77e24d5ba900e8ea8 100644
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/PhotonDef.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/PhotonDef.py
@@ -8,7 +8,6 @@ log = logging.getLogger("TriggerMenuMT.HLTMenuConfig.Egamma.PhotonDef")
 
 
 from TriggerMenuMT.HLTMenuConfig.Menu.ChainConfigurationBase import ChainConfigurationBase
-from TriggerMenuMT.HLTMenuConfig.Menu.MenuComponents import ChainStep, RecoFragmentsPool
 
 from TriggerMenuMT.HLTMenuConfig.CommonSequences.CaloSequenceSetup import fastCaloMenuSequence
 from TriggerMenuMT.HLTMenuConfig.Egamma.PhotonSequenceSetup import fastPhotonMenuSequence, precisionPhotonMenuSequence
@@ -84,31 +83,20 @@ class PhotonChainConfiguration(ChainConfigurationBase):
     # Configuration of steps
     # --------------------
     def getFastCalo(self):
-        stepName = "Step1_PhotonFastCalo"
-        log.debug("Configuring step " + stepName)
-        fastCalo = RecoFragmentsPool.retrieve( fastPhotonCaloSequenceCfg, None ) # the None will be used for flags in future
-        return ChainStep(stepName, [fastCalo], [self.mult])
+        stepName = "PhotonFastCalo"
+        return self.getStep(1,stepName,[ fastPhotonCaloSequenceCfg])
         
     def getFastPhoton(self):
-        stepName = "Step2_L2Photon"
-        log.debug("Configuring step " + stepName)
-        photonReco = RecoFragmentsPool.retrieve( fastPhotonSequenceCfg, None )
-        return ChainStep(stepName, [photonReco], [self.mult])
+        stepName = "L2Photon"
+        return self.getStep(2,stepName,[ fastPhotonSequenceCfg])
 
     def getPrecisionCaloPhoton(self):
-        stepName = "Step3_PhotonPrecisionCalo"
-        log.debug("Configuring step " + stepName)
-        precisionCaloPhoton = RecoFragmentsPool.retrieve( precisionPhotonCaloSequenceCfg, None )
-        return ChainStep(stepName, [precisionCaloPhoton], [self.mult])
-
+        stepName = "PhotonPrecisionCalo"
+        return self.getStep(3,stepName,[ precisionPhotonCaloSequenceCfg])
             
     def getPrecisionPhoton(self):
-        stepName = "Step4_PhotonPrecision"
-        log.debug("Configuring step " + stepName)
-        precisionPhoton = RecoFragmentsPool.retrieve( precisionPhotonSequenceCfg, None )
-        return ChainStep(stepName, [precisionPhoton], [self.mult])
-
-            
+        stepName = "PhotonPrecision"
+        return self.getStep(4,stepName,[ precisionPhotonSequenceCfg])
 
         
                 
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/ChainMerging.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/ChainMerging.py
index d9b38c02be58c63bfd59e6e8edc02131d08b221f..6bc773918f92afe1319658c38cacf73c53c3104e 100644
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/ChainMerging.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/ChainMerging.py
@@ -12,8 +12,7 @@ def mergeChainDefs(listOfChainDefs, chainDict):
 
     strategy = chainDict["mergingStrategy"]
     offset = chainDict["mergingOffset"]
-    log.info(chainDict['chainName'])
-    log.info("Combine by using %s merging", strategy)
+    log.info("%s: Combine by using %s merging", chainDict['chainName'], strategy)
 
     if strategy=="parallel":
         return mergeParallel(listOfChainDefs,  offset)
@@ -86,26 +85,19 @@ def serial_zip(allSteps, chainName):
             
             # put the step from the current sub-chain into the right place
             stepList[chain_index] = step
-            log.info('Put step: ' + str(step))
+            log.info('Put step: ' + str(step.name))
 
             # all other steps should contain an empty sequence
             for step_index2, emptyStep in enumerate(stepList):
                 if emptyStep is None:
-                    seqName = chainName + 'EmptySeq' + str(chain_index) + '_' + str(step_index+1)
+                    seqName = str(step.name)  +  '_leg' + str(chain_index) + '_EmptySeqStep' + str(step_index+1)
                     emptySeq = EmptyMenuSequence(seqName)
-                    stepList[step_index2] = ChainStep('Step' + str(step_index+1) + "_" + seqName, Sequences=[emptySeq], chainDicts=step.chainDicts)
-
-            # first create a list of chain steps where each step is an empty sequence
-            #seqName = chainName + 'EmptySeq' + str(chain_index) + '_'
-            #emptySeqList = [EmptyMenuSequence(seqName + str(_x)) for _x in range(n_chains)]
-            #stepList = [ChainStep('Step_' + seqName, Sequences=[seq], chainDicts=step.chainDicts) for seq in emptySeqList]
-            # now overwrite one of these steps from the step in the current sub-chain
-            #stepList[chain_index] = step
+                    stepList[step_index2] = ChainStep( seqName, Sequences=[emptySeq], chainDicts=step.chainDicts)            
             
             newsteps.append(stepList)
     log.debug('After serial_zip')
     for s in newsteps:
-        log.debug( s )
+        log.debug( ', '.join(map(str, [step.name for step in s]) ) )
     return newsteps
 
 def mergeSerial(chainDefList):
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/HLTCFConfig.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/HLTCFConfig.py
index 3d762ba3a0f4f18aee622a65d7fbf50788327c89..51bcd54ef0ea001dc3b8db61e8cfc5e962cbab7b 100644
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/HLTCFConfig.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/HLTCFConfig.py
@@ -125,8 +125,6 @@ def makeHLTTree(newJO=False, triggerConfigHLT = None):
     from AthenaCommon.AlgSequence import AlgSequence
     topSequence = AlgSequence()
 
-    #add the L1Upcacking
-    #    TopHLTRootSeq += L1UnpackingSeq
 
     # connect to L1Decoder
     l1decoder = [ d for d in topSequence.getChildren() if d.getType() == "L1Decoder" ]
@@ -153,7 +151,7 @@ def makeHLTTree(newJO=False, triggerConfigHLT = None):
     for step in finalDecisions:
         flatDecisions.extend (step)
 
-    summary= makeSummary("TriggerSummaryFinal", flatDecisions)
+    summary= makeSummary("Final", flatDecisions)
     hltTop += summary
 
     # TODO - check we are not running things twice. Once here and once in TriggerConfig.py
@@ -210,7 +208,7 @@ def matrixDisplayOld( allCFSeq ):
                 else:
                     return s.step.sequences[0].hypo.tools
             else:
-                return list(s.step.combo.getChains().keys())
+                return list(s.step.combo.getChains())
         return []
    
 
@@ -241,10 +239,7 @@ def matrixDisplay( allCFSeq ):
 
     def __getHyposOfStep( step ):
         if len(step.sequences):
-            if len(step.sequences)==1:
-                return step.sequences[0].getTools()
-            else:
-                return list(step.combo.getChains().keys())
+            step.getChainNames()           
         return []
    
     # fill dictionary to cumulate chains on same sequences, in steps (dict with composite keys)
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/HLTCFDot.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/HLTCFDot.py
index 58d11c34e41071de2e60fd12d592077ccf89b191..4b26e7a96473f90d660f5bee971a6cf489dd24a7 100644
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/HLTCFDot.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/HLTCFDot.py
@@ -6,7 +6,7 @@
 from AthenaCommon.AlgSequence import AthSequencer
 from TriggerMenuMT.HLTMenuConfig.Menu.MenuComponents import algColor
 import itertools
-from AthenaCommon.CFElements import getSequenceChildren, isSequence
+from AthenaCommon.CFElements import getSequenceChildren, isSequence, compName
 
 def create_dot():
     from TriggerJobOpts.TriggerFlags import TriggerFlags
@@ -21,19 +21,20 @@ def drawHypoTools(file, all_hypos):
     for hp in all_hypos:
         for hypotool in hp.tools:
             file.write("    %s[fillcolor=yellow,style=filled,shape= Mdiamond]\n"%(hypotool))
-            file.write("    %s -> %s [style=dashed, color=grey]\n"%(hp.Alg.getName(), hypotool))
+            file.write("    %s -> %s [style=dashed, color=grey]\n"%(compName(hp.Alg), hypotool))
 
 
 def stepCF_ControlFlow_to_dot(stepCF):
     def _dump (seq, indent):
         o = list()
         if isSequence(seq):
-            for c in getSequenceChildren( seq ):            
-                o.append( ("%s[color=%s, shape=circle, width=.5, fixedsize=true ,style=filled]\n"%(c.getName(),_seqColor(c)), indent) )
-            else:
-                o.append( ("%s[fillcolor=%s,style=filled]\n"%(c.getName(),algColor(c)), indent) )
-            o.append( ("%s -> %s\n"%(seq.getName(), c.getName()), indent))
-            o.extend( _dump (c, indent+1) )
+            for c in getSequenceChildren( seq ):
+                if isSequence(c):
+                    o.append( ("%s[color=%s, shape=circle, width=.5, fixedsize=true ,style=filled]\n"%(compName(c),_seqColor(c)), indent) )
+                else:
+                    o.append( ("%s[fillcolor=%s,style=filled]\n"%(compName(c),algColor(c)), indent) )
+                o.append( ("%s -> %s\n"%(compName(seq), compName(c)), indent))
+                o.extend( _dump (c, indent+1) )
         return o
 
     def _parOR (seq):
@@ -66,14 +67,14 @@ def stepCF_ControlFlow_to_dot(stepCF):
 
    
 
-    with open('%s.CF.dot'%stepCF.getName(), mode="wt") as file:
+    with open('%s.CF.dot'%compName(stepCF), mode="wt") as file:
     #strict
         file.write( 'digraph step  {  \n'\
                     +' concentrate=true;\n'\
                     +' rankdir="LR";\n'
                     +'  node [ shape=polygon, fontname=Helvetica ]\n'\
                     +'  edge [ fontname=Helvetica ]\n'
-                    +'  %s   [shape=Mdiamond]\n'%stepCF.getName())
+                    +'  %s   [shape=Mdiamond]\n'%compName(stepCF))
 
         indent=0
     #    out = [("%s[color=%s shape=circle]\n"%(stepCF.getName(),_seqColor(stepCF)), indent)]
@@ -106,7 +107,7 @@ def all_DataFlow_to_dot(name, step_list):
             # reset the last step
             last_step_hypoNodes =[]
             for cfseq in cfseq_list:
-                file.write("  %s[fillcolor=%s style=filled]\n"%(cfseq.filter.Alg.getName(),algColor(cfseq.filter.Alg)))
+                file.write("  %s[fillcolor=%s style=filled]\n"%(compName(cfseq.filter.Alg),algColor(cfseq.filter.Alg)))
                 step_connections.append(cfseq.filter)                      
                 file.write(  '\n  subgraph cluster_%s {\n'%(cfseq.step.name)\
                             +'     concentrate=true;\n'
@@ -123,17 +124,16 @@ def all_DataFlow_to_dot(name, step_list):
                     last_step_hypoNodes.append(cfseq.filter)
 
                 for menuseq in cfseq.step.sequences:
-                    cfseq_algs, all_hypos, last_step_hypoNodes = menuseq.buildCFDot(cfseq_algs,
+                    cfseq_algs, all_hypos, last_step_hypoNodes = menuseq.buildDFDot(cfseq_algs,
                                                                                     all_hypos,
                                                                                     cfseq.step.isCombo,
                                                                                     last_step_hypoNodes,
                                                                                     file)
 
                                                                                      
-                #combo
                 if cfseq.step.isCombo:
                     if cfseq.step.combo is not None:
-                        file.write("    %s[color=%s]\n"%(cfseq.step.combo.Alg.getName(), algColor(cfseq.step.combo.Alg)))
+                        file.write("    %s[color=%s]\n"%(compName(cfseq.step.combo.Alg), algColor(cfseq.step.combo.Alg)))
                         cfseq_algs.append(cfseq.step.combo)
                         last_step_hypoNodes.append(cfseq.step.combo)
                 file.write('  }\n')              
@@ -160,9 +160,9 @@ def stepCF_DataFlow_to_dot(name, cfseq_list):
 
         all_hypos = []
         for cfseq in cfseq_list:
-            file.write("  %s[fillcolor=%s style=filled]\n"%(cfseq.filter.Alg.getName(),algColor(cfseq.filter.Alg)))
+            file.write("  %s[fillcolor=%s style=filled]\n"%(compName(cfseq.filter.Alg),algColor(cfseq.filter.Alg)))
             for inp in cfseq.filter.getInputList():
-                file.write(addConnection(name, cfseq.filter.Alg.getName(), inp))
+                file.write(addConnection(name, compName(cfseq.filter.Alg), inp))
 
             file.write(  '\n  subgraph cluster_%s {\n'%(cfseq.step.name)\
                         +'     concentrate=true;\n'
@@ -176,15 +176,14 @@ def stepCF_DataFlow_to_dot(name, cfseq_list):
             cfseq_algs.append(cfseq.filter)
 
             for menuseq in cfseq.step.sequences:
-                    cfseq_algs, all_hypos, _ = menuseq.buildCFDot(cfseq_algs,
+                    cfseq_algs, all_hypos, _ = menuseq.buildDFDot(cfseq_algs,
                                                                   all_hypos,
                                                                   True,
                                                                   None,
                                                                   file)
-            #combo
             if cfseq.step.isCombo:
                 if cfseq.step.combo is not None:
-                    file.write("    %s[color=%s]\n"%(cfseq.step.combo.Alg.getName(), algColor(cfseq.step.combo.Alg)))
+                    file.write("    %s[color=%s]\n"%(compName(cfseq.step.combo.Alg), algColor(cfseq.step.combo.Alg)))
                     cfseq_algs.append(cfseq.step.combo)
             file.write('  }\n')              
 
@@ -208,7 +207,7 @@ def findConnections(alg_list):
         dataIntersection = list(set(outs) & set(ins))
         if len(dataIntersection) > 0:
             for line in dataIntersection:
-                lineconnect+=addConnection(nodeA.Alg.getName(),nodeB.Alg.getName(), line)
+                lineconnect+=addConnection(compName(nodeA.Alg), compName(nodeB.Alg), line)
 #                print "Data connections between %s and %s: %s"%(nodeA.Alg.getName(), nodeB.Alg.getName(), line)
 
     return lineconnect
@@ -229,7 +228,7 @@ def findDHconnections(nodeA, nodeB):
     dataIntersection = list(set(outs) & set(ins))
     if len(dataIntersection) > 0:
         for line in dataIntersection:
-            lineconnect+=addConnection(nodeA.Alg.getName(),nodeB.Alg.getName(), line)
+            lineconnect+=addConnection(compName(nodeA.Alg), compName(nodeB.Alg), line)
             #print 'Data DH connections between %s and %s: %s'%(nodeA.Alg.getName(), nodeB.Alg.getName(), line)
     return lineconnect
     
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/LS2_v1.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/LS2_v1.py
index 25b8d02be82920125f967950647551f8871a8a9b..62bdac3838aa6b70c3fb4f9b1d51128bbdf8ab63 100644
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/LS2_v1.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/LS2_v1.py
@@ -34,10 +34,9 @@ def setupMenu():
     TriggerFlags.MuonSlice.signatures = TriggerFlags.MuonSlice.signatures() + [
         #ART-19985
         ChainProp(name='HLT_mu6_idperf_L1MU6', groups=SingleMuonGroup),
-        ChainProp(name='HLT_mu24_idperf_L1MU20', groups=SingleMuonGroup),
+        ChainProp(name='HLT_mu24_idperf_L1MU20', groups=SingleMuonGroup),        
+        ChainProp(name='HLT_mu6_mu6noL1_L1MU6', l1SeedThresholds=['MU6','FSNOSEED'], mergingStrategy='serial', groups=MultiMuonGroup),
 
-        # Test chain for di-muon with full-scan, not yet working due to problem with FS seeding
-        #ChainProp(name='HLT_mu6_mu6noL1_L1MU6', l1SeedThresholds=['MU6','FSNOSEED'], mergingStrategy='serial', groups=MultiMuonGroup),
 
         #ATR-20049
         ChainProp(name='HLT_mu6fast_L1MU6', groups=SingleMuonGroup),
@@ -46,8 +45,10 @@ def setupMenu():
 
         ChainProp(name='HLT_mu20_ivar_L1MU6',      groups=SingleMuonGroup),
         ChainProp(name='HLT_mu6_ivarmedium_L1MU6', groups=SingleMuonGroup),
-        ChainProp(name='HLT_mu6noL1_L1MU6', l1SeedThresholds=['FSNOSEED'], groups=SingleMuonGroup),
 
+        # commented because it is conflict with dimuon noL1 serial chain
+      #  ChainProp(name='HLT_mu6noL1_L1MU6', l1SeedThresholds=['FSNOSEED'], groups=SingleMuonGroup),
+        
         ChainProp(name='HLT_mu6_msonly_L1MU6',     groups=SingleMuonGroup),
 
         ChainProp(name='HLT_2mu6_10invm70_L1MU6', groups=SingleMuonGroup),
@@ -72,6 +73,7 @@ def setupMenu():
        # ATR-20650
         ChainProp(name='HLT_mu0_muoncalib_L1MU4_EMPTY', groups=SingleMuonGroup),
         ChainProp(name='HLT_mu0_muoncalib_L1MU20',      groups=SingleMuonGroup),
+
      ]
 
     TriggerFlags.EgammaSlice.signatures = TriggerFlags.EgammaSlice.signatures() + [
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/MenuComponents.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/MenuComponents.py
index 317a8da8b47e8bcc55ecb62c6530edcde4feed20..d9a556085df372034843fe16640b48c8c6a52e58 100644
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/MenuComponents.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/MenuComponents.py
@@ -121,16 +121,14 @@ class AlgNode(Node):
 
 def algColor(alg):
     """ Set given color to Alg type"""
+    if isComboHypoAlg(alg):
+        return "darkorange"
     if isHypoBase(alg):
         return "darkorchid1"
     if isInputMakerBase(alg):
         return "cyan3"
     if isFilterAlg(alg):
         return "chartreuse3"
-    if isEmptyAlg(alg):
-        return "peachpuff3"
-    if isComboHypoAlg(alg):
-        return "darkorange"
     return "cadetblue1"
 
 
@@ -271,7 +269,7 @@ class ComboMaker(AlgNode):
 
     def getChains(self):
         cval = self.Alg.getProperties()[self.prop]
-        return cval
+        return cval.keys()
 
 
     def createComboHypoTools(self, chainDict, comboToolConfs):
@@ -303,14 +301,9 @@ def isInputMakerBase(alg):
 def isFilterAlg(alg):
     return isinstance(alg, RoRSeqFilter)
 
-def isEmptyAlg(alg):
-    if alg is None:
-        return True
-    else:
-        return False
-
 def isComboHypoAlg(alg):
-    return isinstance(alg, ComboHypo)
+    return  ('MultiplicitiesMap'  in alg.__class__.__dict__)
+
 
 
 
@@ -323,11 +316,12 @@ class EmptyMenuSequence(object):
     """ By construction it has no Hypo;"""
     
     def __init__(self, name):
-        Maker = CompFactory.InputMakerForRoI("IM"+name)
         self._name = name
+        Maker = CompFactory.InputMakerForRoI("IM"+name)
         self._maker       = InputMakerNode( Alg = Maker )
         self._seed=''
-        self._sequence     = Node( Alg = seqAND(name, [Maker]))
+        self._sequence    = Node( Alg = seqAND(name, [Maker]))
+        log.debug("Making EmptySequence %s",name)
 
     @property
     def sequence(self):
@@ -356,7 +350,6 @@ class EmptyMenuSequence(object):
         log.debug("This sequence is empty. No Hypo to conficure")
 
     def addToSequencer(self, stepReco, seqAndView, already_connected):
-        # menu sequence empty do not add to athena sequencer
         log.debug("This sequence is empty. Adding Maker node only to athena sequencer")
         ath_sequence = self.sequence.Alg
         name = ath_sequence.getName()
@@ -368,12 +361,16 @@ class EmptyMenuSequence(object):
             stepReco += ath_sequence
         return stepReco, seqAndView, already_connected        
 
-    def buildCFDot(self, cfseq_algs, all_hypos, isCombo, last_step_hypo_nodes, file):
-        file.write("    %s[fillcolor=%s]\n"%("none", algColor(None)))
+    def buildDFDot(self, cfseq_algs, all_hypos, isCombo, last_step_hypo_nodes, file):
+        cfseq_algs.append(self._maker)
+        cfseq_algs.append(self.sequence )
+
+        file.write("    %s[fillcolor=%s]\n"%(self._maker.Alg.getName(), algColor(self._maker.Alg)))
+        file.write("    %s[fillcolor=%s]\n"%(self.sequence.Alg.getName(), algColor(self.sequence.Alg)))
+ 
         return cfseq_algs, all_hypos, last_step_hypo_nodes
 
     def getTools(self):
-        # No tools for empty sequences - needs to return empty list?
         log.debug("No tools for empty menu sequences")
 
     def setSeed( self, seed ):
@@ -381,7 +378,7 @@ class EmptyMenuSequence(object):
 
     def __repr__(self):
         return "MenuSequence::%s \n Hypo::%s \n Maker::%s \n Sequence::%s \n HypoTool::%s\n"\
-            %("Empty", "Empty", "Empty", "Empty", None)
+            %(self.name(), "Empty", self._maker.Alg.getName(), self.sequence.Alg.getName(), "None")
 
 
 
@@ -422,7 +419,7 @@ class MenuSequence(object):
             self._hypo.addOutput(hypo_output)
             self._hypo.setPreviousDecision( input_maker_output)
 
-        log.debug("MenuSequence.connect: connecting InputMaker and HypoAlg and OverlapRemoverAlg, adding: \n\
+        log.debug("MenuSequence.connect: connecting InputMaker and HypoAlg, adding: \n\
         InputMaker::%s.output=%s",\
                         compName(self.maker.Alg), input_maker_output)
 
@@ -433,13 +430,13 @@ class MenuSequence(object):
             [ hypo_output_total.extend( alg_node.Alg.getOutputList() )  for alg_node in self._hypo ]
 
             for hp, hp_in, hp_out in zip( self._hypo, hypo_input_total, hypo_output_total):
-                log.debug("HypoAlg::%s.previousDecision=%s, \n\
-                HypoAlg::%s.output=%s",\
+                log.debug("HypoAlg::%s.HypoInputDecisions=%s, \n\
+                HypoAlg::%s.HypoOutputDecisions=%s",\
                           compName(hp.Alg), hp_in, compName(hp.Alg), hp_out)
         else:
-           log.debug("HypoAlg::%s.previousDecision=%s, \n \
-           HypoAlg::%s.output=%s",\
-                           compName(self.hypo.Alg), input_maker_output, compName(self.hypo.Alg), self.hypo.readOutputList()[0])
+           log.debug("HypoAlg::%s.HypoInputDecisions=%s, \n \
+           HypoAlg::%s.HypoOutputDecisions=%s",\
+                           compName(self.hypo.Alg), self.hypo.readInputList()[0], compName(self.hypo.Alg), self.hypo.readOutputList()[0])
 
 
     @property
@@ -559,7 +556,7 @@ class MenuSequence(object):
         return stepReco, seqAndView, already_connected        
 
 
-    def buildCFDot(self, cfseq_algs, all_hypos, isCombo, last_step_hypo_nodes, file):
+    def buildDFDot(self, cfseq_algs, all_hypos, isCombo, last_step_hypo_nodes, file):
         cfseq_algs.append(self._maker)
         cfseq_algs.append(self.sequence )
 
@@ -690,8 +687,8 @@ class Chain(object):
         # TODO: check if the number of seeds is sufficient for all the seuqences, no action of no steps are configured
         for step in self.steps:
             for seed, seq in zip(self.L1decisions, step.sequences):
-                seq.setSeed( seed )
-                log.debug( "setSeedsToSequences: Chain %s adding seed %s to sequence in step %s", self.name, seed, step.name )
+                    seq.setSeed( seed )
+                    log.debug( "setSeedsToSequences: Chain %s adding seed %s to sequence in step %s", self.name, seed, step.name )
 
     def getChainLegs(self):
         """ This is extrapolating the chain legs from the chain dictionary"""
@@ -716,7 +713,7 @@ class Chain(object):
                 continue
             
             if sum(step.multiplicity) >1 and not step.isCombo:
-                log.error("This should be an error, because step mult > 1 (%s), but step is not combo", sum(step.multiplicity))
+                log.error("This should be an error, because step mult > 1 (%d), but step is not combo", sum(step.multiplicity))
 
             if len(step.chainDicts) > 0:
                 # new way to configure hypo tools, works if the chain dictionaries have been attached to the steps
@@ -733,7 +730,7 @@ class Chain(object):
                 menu_mult = [ part['chainParts'][0]['multiplicity'] for part in listOfChainDictsLegs ]
                 if step_mult != menu_mult:
                     # Probably this shouldn't happen, but it currently does
-                    log.warning("Got multiplicty %s from chain parts, but have %s legs. This is expected only for jet chains, but it has happened for %s, using the first chain dict", menu_mult, sum(step.multiplicity), self.name)
+                    log.warning("Got multiplicty %s from chain parts, but have %s multiplicity in this step. This is expected only for jet chains, but it has happened for %s, using the first chain dict", menu_mult, step.multiplicity, self.name)
                     firstChainDict = listOfChainDictsLegs[0]
                     firstChainDict['chainName']= self.name # rename the chaindict to remove the leg name
                     for seq in step.sequences:
@@ -747,7 +744,7 @@ class Chain(object):
 
 
     def __repr__(self):
-        return "--- Chain %s --- \n + Seeds: %s \n + Steps: \n %s \n"%(\
+        return "-*- Chain %s -*- \n + Seeds: %s \n + Steps: \n %s \n"%(\
                     self.name, ' '.join(map(str, self.L1decisions)), '\n '.join(map(str, self.steps)))
 
 
@@ -787,17 +784,15 @@ class CFSequence(object):
         if a ChainStep contains the same sequence multiple times (for multi-object chains),
         the filter is connected only once (to avoid multiple DH links)
         """
-        #log.info("CFSequence: sequences %s", " ".join([ str(type(s)) for s in self.step.sequences ]))
         log.debug("CFSequence: connect Filter %s with %d menuSequences of step %s, using %d connections", compName(self.filter.Alg), len(self.step.sequences), self.step.name, len(connections))
         if len(connections) == 0:
             log.error("ERROR, no filter outputs are set!")
-            #raise("CFSequence: Invalid Filter Configuration")
 
         if len(self.step.sequences):
             # check whether the number of filter outputs are the same as the number of sequences in the step
             if len(connections) != len(self.step.sequences):
                 log.error("Found %d connections and %d MenuSequences in Step %s", len(connections), len(self.step.sequences), self.step.name)
-                #raise("CFSequence: Invalid Filter Configuration")
+
             nseq=0
             for seq in self.step.sequences:
                 filter_out = connections[nseq]
@@ -870,10 +865,18 @@ class ChainStep(object):
             from TriggerMenuMT.HLTMenuConfig.Menu.TriggerConfigHLT import TriggerConfigHLT
             chainDict = TriggerConfigHLT.getChainDictFromChainName(chainName)
             self.combo.createComboHypoTools(chainDict, self.comboToolConfs)
-        
+
+    def getChainNames(self):
+        if not self.isCombo:
+            return [seq.getTools() for seq in self.sequences]
+        else:
+            return list(self.combo.getChains())
         
     def __repr__(self):
-        return "--- ChainStep %s ---\n + isCombo = %d, multiplicity = %d  ChainDict = %s \n + MenuSequences = %s  \n + ComboHypoTools = %s"%(self.name, self.isCombo,  sum(self.multiplicity), ' '.join(map(str, [dic['chainName'] for dic in self.chainDicts])), ' '.join(map(str, [seq.name for seq in self.sequences]) ),  ' '.join(map(str, [tool.__name__ for tool in self.comboToolConfs]))) 
+        if not self.isCombo:
+            return "--- ChainStep %s ---\n , multiplicity = %d  ChainDict = %s \n + MenuSequences = %s "%(self.name,  sum(self.multiplicity), ' '.join(map(str, [dic['chainName'] for dic in self.chainDicts])), ' '.join(map(str, [seq.name for seq in self.sequences]) ))
+        else:
+            return "--- ChainStep %s ---\n + isCombo, multiplicity = %d  ChainDict = %s \n + MenuSequences = %s  \n + ComboHypo = %s,  ComboHypoTools = %s"%(self.name,  sum(self.multiplicity), ' '.join(map(str, [dic['chainName'] for dic in self.chainDicts])), ' '.join(map(str, [seq.name for seq in self.sequences]) ), self.combo.Alg.name(),  ' '.join(map(str, [tool.__name__ for tool in self.comboToolConfs]))) 
 
 
 def createComboAlg(dummyFlags, name, multiplicity):
@@ -973,7 +976,7 @@ class InViewReco( ComponentAccumulator ):
     def inputMaker( self ):
         return self.viewMakerAlg
 
-#
+
 class RecoFragmentsPool(object):
     """ Class to host all the reco fragments that need to be reused """
     fragments = {}
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Muon/GenerateMuonChainDefs.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Muon/GenerateMuonChainDefs.py
index 5f3cece4fab3d3f800491502b1163d5740888abc..69b1ae0d476cc75df2db9b06e33fadc5f1f1ae40 100644
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Muon/GenerateMuonChainDefs.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Muon/GenerateMuonChainDefs.py
@@ -23,19 +23,17 @@ def generateChainConfigs(chainDict):
         Muon = MuonChainConfiguration(subChainDict).assembleChain() 
 
         listOfChainDefs += [Muon]
-
         
 
     if len(listOfChainDefs)>1:
-         ## if 'noL1' in chainDict['chainName']:
-         ##    theChainDef = mergeSerial(listOfChainDefs)
-         ## else:
-            theChainDef = mergeChainDefs(listOfChainDefs, chainDict)
+        theChainDef = mergeChainDefs(listOfChainDefs, chainDict)
     else:
         theChainDef = listOfChainDefs[0]
 
     return theChainDef
 
+
+# this is obsolete: can we remove ? FP
 def mergeSerial(listOfChainDefs):
 
     chaindef = listOfChainDefs[0]
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Muon/MuonDef.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Muon/MuonDef.py
index 03bba0544bdfb4116df40ff197bacaa6a13d3400..4a6584c393ab198cd4a51c8549ade4b935785023 100755
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Muon/MuonDef.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Muon/MuonDef.py
@@ -196,11 +196,11 @@ class MuonChainConfiguration(ChainConfigurationBase):
  
     # --------------------
     def getFSmuEFSA(self):
-        return self.getStep(4,'FSmuEFSA', [FSmuEFSASequenceCfg])
+        return self.getStep(5,'FSmuEFSA', [FSmuEFSASequenceCfg])
 
     # --------------------
     def getFSmuEFCB(self):
-        return self.getStep(5,'FSmuEFCB', [FSmuEFCBSequenceCfg])
+        return self.getStep(6,'FSmuEFCB', [FSmuEFCBSequenceCfg])
 
     #---------------------
     def getmuEFIso(self):
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Tau/GenerateTauChainDefs.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Tau/GenerateTauChainDefs.py
index f67419b72d1150f113bc462b95eaa6bfbfbf0176..4938c465986834790393d0e2459b9477b227f8e4 100644
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Tau/GenerateTauChainDefs.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Tau/GenerateTauChainDefs.py
@@ -5,12 +5,12 @@
 ###########################################################################
 
 from AthenaCommon.Logging import logging
-log = logging.getLogger( 'TriggerMenuMT.HLTMenuConfig.Muon.generateChainConfigs' )
+log = logging.getLogger( 'TriggerMenuMT.HLTMenuConfig.Tau.generateChainConfigs' )
 logging.getLogger().info("Importing %s",__name__)
 
 from TriggerMenuMT.HLTMenuConfig.Menu.ChainDictTools import splitChainDict
 from TriggerMenuMT.HLTMenuConfig.Tau.TauChainConfiguration import TauChainConfiguration as TauChainConfiguration
-
+from TriggerMenuMT.HLTMenuConfig.Menu.ChainMerging import mergeChainDefs
 
 
 def generateChainConfigs(chainDict):
@@ -19,16 +19,14 @@ def generateChainConfigs(chainDict):
     listOfChainDefs=[]
 
     for subChainDict in listOfChainDicts:
-        
+        log.debug('Assembling subChainsDict %s for chain %s', len(listOfChainDefs), subChainDict['chainName'] )        
         Tau = TauChainConfiguration(subChainDict).assembleChain() 
 
         listOfChainDefs += [Tau]
-        log.debug('length of chaindefs %s', len(listOfChainDefs) )
         
 
     if len(listOfChainDefs)>1:
-        log.warning("Implement case for multi-electron chain!!") 
-        theChainDef = listOfChainDefs[0] #needs to be implemented properly
+      theChainDef = mergeChainDefs(listOfChainDefs, chainDict)
     else:
         theChainDef = listOfChainDefs[0]
 
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Tau/TauChainConfiguration.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Tau/TauChainConfiguration.py
index 1c2861a6151a573759bb7dfb9a7370151d1761a2..7a1dac079cdfe656b1d8c762c0e73f15f0362207 100755
--- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Tau/TauChainConfiguration.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Tau/TauChainConfiguration.py
@@ -9,8 +9,7 @@ from AthenaCommon.Logging import logging
 logging.getLogger().info("Importing %s",__name__)
 log = logging.getLogger("TriggerMenuMT.HLTMenuConfig.Tau.TauChainConfiguration")
 
-from TriggerMenuMT.HLTMenuConfig.Menu.ChainConfigurationBase import ChainConfigurationBase, RecoFragmentsPool
-from TriggerMenuMT.HLTMenuConfig.Menu.MenuComponents import ChainStep
+from TriggerMenuMT.HLTMenuConfig.Menu.ChainConfigurationBase import ChainConfigurationBase
 
 from TriggerMenuMT.HLTMenuConfig.Tau.TauMenuSequences import tauCaloMenuSequence, tauCaloMVAMenuSequence, tauTwoStepTrackSeqCore, tauTwoStepTrackSeqIso, tauIdTrackSeq, tauTrackSeq, tauTrackTwoSeq, tauTrackTwoEFSeq
 
@@ -61,18 +60,19 @@ class TauChainConfiguration(ChainConfigurationBase):
         # define here the names of the steps and obtain the chainStep configuration 
         # --------------------
         stepDictionary = {
-            "ptonly":[self.getCaloSeq(), self.getIdTrack()], #This should use calo only sequence
-            "track":[self.getCaloSeq(), self.getTrack()], #This should use calo only sequence
-            "tracktwo":[self.getCaloSeq(), self.getFastTrack(), self.getTrackTwo()], #This should use calo only sequence
-            "tracktwoEF":[self.getCaloSeq(),self.getFastTrack(),self.getTrack2EF()], #This should use calo only sequence
-            "tracktwoMVA":[self.getCaloMVASeq(),self.getFastTrack(), self.getTrackIso()], #This should use calo mva sequence
+            "ptonly":['getCaloSeq', 'getIdTrack'], #This should use calo only sequence
+            "track":['getCaloSeq', 'getTrack'], #This should use calo only sequence
+            "tracktwo":['getCaloSeq', 'getFastTrack', 'getTrackTwo'], #This should use calo only sequence
+            "tracktwoEF":['getCaloSeq','getFastTrack','getTrack2EF'], #This should use calo only sequence
+            "tracktwoMVA":['getCaloMVASeq','getFastTrack', 'getTrackIso'], #This should use calo mva sequence
         }
 
         # this should be extended by the signature expert to make full use of the dictionary!
         key = self.chainPart['preselection']
         steps=stepDictionary[key]
         for step in steps:
-            chainSteps+=[step]
+            chainstep = getattr(self, step)()
+            chainSteps+=[chainstep]
     
         myChain = self.buildChain(chainSteps)
         return myChain
@@ -80,56 +80,40 @@ class TauChainConfiguration(ChainConfigurationBase):
 
     # --------------------
     def getCaloSeq(self):
-        stepName = 'Step1_tau'
-        log.debug("Configuring step " + stepName)
-        tauSeq = RecoFragmentsPool.retrieve( getTauCaloCfg, None)
-        return ChainStep(stepName, [tauSeq])
+        stepName = 'tau'
+        return self.getStep(1,stepName, [getTauCaloCfg])
 
     # --------------------
     def getCaloMVASeq(self):
-        stepName = 'Step1MVA_tau'
-        log.debug("Configuring step " + stepName)
-        tauSeq = RecoFragmentsPool.retrieve( getTauCaloMVACfg, None)
-        return ChainStep(stepName, [tauSeq])
+        stepName = 'MVA_tau'
+        return self.getStep(1,stepName, [getTauCaloMVACfg])
 
     # --------------------                                                                                                                                    
     def getTrack(self):
-        stepName = 'StepTrack_tau'
-        log.debug("Configuring step " + stepName)
-        tauSeq = RecoFragmentsPool.retrieve( getTauTrackCfg, None)
-        return ChainStep(stepName, [tauSeq])
+        stepName = 'Track_tau'
+        return self.getStep(2,stepName, [getTauTrackCfg])
 
     # --------------------                                                                                                                        
     def getTrackTwo(self):
-        stepName = 'StepTrackTwo_tau'
-        log.debug("Configuring step " + stepName)
-        tauSeq = RecoFragmentsPool.retrieve( getTauTrackTwoCfg, None)
-        return ChainStep(stepName, [tauSeq])
+        stepName = 'TrackTwo_tau'
+        return self.getStep(3,stepName, [getTauTrackTwoCfg])
 
     # --------------------                                                                                                                    
     def getIdTrack(self):
-        stepName = 'StepFTId_tau'
-        log.debug("Configuring step " + stepName)
-        tauSeq = RecoFragmentsPool.retrieve( getTauIdTrackCfg, None)
-        return ChainStep(stepName, [tauSeq])
+        stepName = 'FTId_tau'
+        return self.getStep(2,stepName, [getTauIdTrackCfg])
         
     # --------------------
     def getFastTrack(self):
-        stepName = 'Step2FT_tau'
-        log.debug("Configuring step " + stepName)
-        tauSeq = RecoFragmentsPool.retrieve( getTauFastTrackCfg, None)
-        return ChainStep(stepName, [tauSeq])
+        stepName = 'FT_tau'
+        return self.getStep(2,stepName, [getTauFastTrackCfg])
 
     # --------------------                                                                                                       
     def getTrackIso(self):
-        stepName = 'Step2FTIso_tau'
-        log.debug("Configuring step " + stepName)
-        tauSeq = RecoFragmentsPool.retrieve( getTauIsoTrackCfg, None)
-        return ChainStep(stepName, [tauSeq])
+        stepName = 'FTIso_tau'
+        return self.getStep(3,stepName, [getTauIsoTrackCfg])
 
     # --------------------                                                                                                                                                       
     def getTrack2EF(self):
-        stepName = 'Step2FTEF_tau'
-        log.debug("Configuring step " + stepName)
-        tauSeq = RecoFragmentsPool.retrieve( getTauTrackTwoEFCfg, None)
-        return ChainStep(stepName, [tauSeq])
+        stepName = 'FTEF_tau'
+        return self.getStep(3, stepName, [getTauTrackTwoEFCfg])
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/scripts/test_HLTmenu.sh b/Trigger/TriggerCommon/TriggerMenuMT/scripts/test_HLTmenu.sh
index 01027534d8b4046f4b6c29d9ea84df6ee43d0ebf..bce1f232c39ffb24e91e73423ebffe21e662e314 100755
--- a/Trigger/TriggerCommon/TriggerMenuMT/scripts/test_HLTmenu.sh
+++ b/Trigger/TriggerCommon/TriggerMenuMT/scripts/test_HLTmenu.sh
@@ -2,6 +2,6 @@
 
 set -e
 
-athena --threads=1 --skipEvents=10 --evtMax=20 --filesInput="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data17_13TeV.00327265.physics_EnhancedBias.merge.RAW._lb0100._SFO-1._0001.1" TriggerMenuMT/generateMT.py;
+athena --config-only=config.pkl -l DEBUG --threads=1 --skipEvents=10 --evtMax=20 --filesInput="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data17_13TeV.00327265.physics_EnhancedBias.merge.RAW._lb0100._SFO-1._0001.1" TriggerMenuMT/generateMT.py;
 
 verify_menu_config.py -f $PWD || { echo "ERROR: Menu verification failed" ; exit 1; }