diff --git a/Trigger/TrigCost/TrigCostAnalysis/src/CounterBase.h b/Trigger/TrigCost/TrigCostAnalysis/src/CounterBase.h
index 72f9d826aed59f9a05ae64e1250d6a2fca1027f1..227ee381f0ea27826fbb21b4e025380eb8c8771a 100644
--- a/Trigger/TrigCost/TrigCostAnalysis/src/CounterBase.h
+++ b/Trigger/TrigCost/TrigCostAnalysis/src/CounterBase.h
@@ -122,8 +122,8 @@ class CounterBase {
       const VariableType type = VariableType::kPerCall, 
       const LogType xaxis = kLog,
       const float min = 0.1, 
-      const float max = 10000.,
-      const size_t bins = 50);
+      const float max = 100000.,
+      const size_t bins = 60);
 
     /**
      * @brief Appends Counter name (to histogram path) and forwards histogram book request to parent Monitor.