From 5c1572e810d54d0354a52ca9fb5c660f8b86a7ff Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Mon, 6 Jun 2022 23:24:13 -0400
Subject: [PATCH] Add unit GeV

---
 benchmarks/imaging_ecal/options/hybrid_cluster.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/imaging_ecal/options/hybrid_cluster.py b/benchmarks/imaging_ecal/options/hybrid_cluster.py
index 06b60589..50329c06 100644
--- a/benchmarks/imaging_ecal/options/hybrid_cluster.py
+++ b/benchmarks/imaging_ecal/options/hybrid_cluster.py
@@ -2,7 +2,7 @@ import json
 import os
 import ROOT
 from Gaudi.Configuration import *
-from GaudiKernel.SystemOfUnits import MeV, mm, cm, mrad, rad, ns
+from GaudiKernel.SystemOfUnits import GeV, MeV, mm, cm, mrad, rad, ns
 from Configurables import ApplicationMgr, EICDataSvc, PodioOutput, GeoSvc
 
 from Configurables import PodioInput
-- 
GitLab