diff --git a/InnerDetector/InDetExample/InDetTrigRecExample/python/InDetTrigSliceSettings.py b/InnerDetector/InDetExample/InDetTrigRecExample/python/InDetTrigSliceSettings.py
index 3bbf6df0dfb15dd793680d69710988574d65675b..b00f153bbc1eb12c17eb61276baef586b20817a5 100644
--- a/InnerDetector/InDetExample/InDetTrigRecExample/python/InDetTrigSliceSettings.py
+++ b/InnerDetector/InDetExample/InDetTrigRecExample/python/InDetTrigSliceSettings.py
@@ -33,6 +33,7 @@ class InDetTrigSliceSettingsDB:
                'minBias2',            #two pass (low-pt tracking)
                'heavyIon', 'heavyIonFS',   #RoI and FS instances for the heavy ion
                'minBias400',          #another minBias with 400MeV threshold
+               'fullScan2',           #2GeV threshold for MET
                'tauCore', 'tauIso',
                'beamSpot', 'cosmics',
                'bjetVtx',
@@ -74,6 +75,7 @@ class InDetTrigSliceSettingsDB:
     ptmin['heavyIonFS'] = 0.4 * GeV
     ptmin['hadCalib'] = 0.5 * GeV
     ptmin['fullScan500'] = 0.5 * GeV
+    ptmin['fullScan2'] = 2. * GeV
     ptmin['minBias400'] = 0.39 * GeV
     ptmin['bphysHighPt'] = 2. * GeV
     ptmin['bjetVtx'] = 5. * GeV
@@ -155,6 +157,7 @@ class InDetTrigSliceSettingsDB:
       'hadCalib'  : 0.4,
       'fullScan'  : 3.0,
       'fullScan500': 3.0,
+      'fullScan2' : 3.0,
       'minBias'   : 3.0,
       'minBias2'  : 3.0,
       'beamgas'   : 3.0,
@@ -185,6 +188,7 @@ class InDetTrigSliceSettingsDB:
       'hadCalib'  : 0.4,
       'fullScan'  : 3.14159,
       'fullScan500' : 3.14159,
+      'fullScan2' : 3.14159,
       'minBias'   : 3.14159,
       'minBias2'  : 3.14159,
       'beamgas'   : 3.14159,
@@ -205,6 +209,7 @@ class InDetTrigSliceSettingsDB:
     for i in _slices:
       fullscan[i] = False
     fullscan['fullScan'] = True
+    fullscan['fullScan2']= True
     fullscan['fullScan500'] = True
     fullscan['minBias']  = True
     fullscan['minBias2'] = True