diff --git a/DataQuality/DataQualityConfigurations/config/TRT/collisions_run.config b/DataQuality/DataQualityConfigurations/config/TRT/collisions_run.config
index 552993d5eac547746d1a5cad8640d61dc3c5a860..71bfb76254750f1a8a6b93cb7eedd76fa6833472 100644
--- a/DataQuality/DataQualityConfigurations/config/TRT/collisions_run.config
+++ b/DataQuality/DataQualityConfigurations/config/TRT/collisions_run.config
@@ -122,7 +122,7 @@ dir TRT {
         output = InnerDetector/TRT/_Expert
       }
       hist hHLhitOnTrack {
-        algorithm = TRT_SideBand_Relative/HLhitOnTrack
+        algorithm = KolmogorovTest_HLhitOnTrack
         output = InnerDetector/TRT/TRTB
         display = Draw=HIST
       }
@@ -300,7 +300,7 @@ dir TRT {
         output = InnerDetector/TRT/_Expert
       }
       hist hHLhitOnTrack_A {
-        algorithm = TRT_SideBand_Relative/HLhitOnTrack
+        algorithm = KolmogorovTest_HLhitOnTrack
         output = InnerDetector/TRT/TRTEA
         display = Draw=HIST
       }
@@ -456,7 +456,7 @@ dir TRT {
         output = InnerDetector/TRT/_Expert
       }
       hist hHLhitOnTrack_C {
-        algorithm = TRT_SideBand_Relative/HLhitOnTrack
+        algorithm = KolmogorovTest_HLhitOnTrack
         output = InnerDetector/TRT/TRTEC
         display = Draw=HIST
       }
@@ -868,13 +868,15 @@ algorithm TRT_OutlierAndFlatnessTest {
   MinStat = 1
   Ignore0 = 0
   FitCircular = 1
-
+  StoreOutlierBins = 1
+  
   algorithm AvgHLOcc {
     reference = stream=physics_Main:CentrallyManagedReferences_Main;CentrallyManagedReferences
     thresholds = TRT_OutlierAndFlatnessTest/AvgHLOcc
     CheckSigmaDev = 0
     CheckRelDev = 1
-    RelDev = 0.02
+    RelDev = 0.03
+    DivideByReference = 1
   }
   algorithm AvgLLOcc {
     reference = stream=physics_Main:CentrallyManagedReferences_Main;CentrallyManagedReferences
@@ -905,7 +907,7 @@ algorithm TRT_OutlierAndFlatnessTest {
     thresholds = TRT_OutlierAndFlatnessTest/NumTrksDetPhi
     CheckSigmaDev = 0
     CheckRelDev = 1
-    RelDev = 0.02
+    RelDev = 0.05
     DivideByReference = 1
   }
   algorithm EvtPhaseDetPhi {
@@ -1003,6 +1005,13 @@ algorithm TRT_BinContentDump {
   name = BinContentDump
 }
 
+algorithm KolmogorovTest_HLhitOnTrack {
+  libname = libdqm_algorithms.so
+  name = KolmogorovTest_MaxDist
+  thresholds = Kolmogorov_HLhTr
+  reference = stream=physics_Main:CentrallyManagedReferences_Main;CentrallyManagedReferences
+}
+
 algorithm TRT_GatherData {
   libname = libdqm_algorithms.so
   name = GatherData
@@ -1028,11 +1037,18 @@ algorithm TRT_Bins_GreaterThan_Threshold {
 # Thresholds
 ############################################################
 
+thresholds Kolmogorov_HLhTr {
+  limits MaxDist {
+    warning = 0.05
+    error = 0.1
+  }
+}
+
 thresholds TRT_OutlierAndFlatnessTest {
   thresholds AvgHLOcc {
     limits Number_of_outlier_bins {
       warning = 0
-      error = 1
+      error = 3
     }
     limits Max_rel_sym_deviation {
       warning = 0.05