From 7c2147cb74038a4fd6acadd4fb5dfc9bb8ed4371 Mon Sep 17 00:00:00 2001 From: Marko Petric <marko.petric@cern.ch> Date: Fri, 20 Nov 2020 15:30:43 +0100 Subject: [PATCH] overlooked, be carefull --- DDG4/plugins/Geant4EventReaderHepMC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDG4/plugins/Geant4EventReaderHepMC.cpp b/DDG4/plugins/Geant4EventReaderHepMC.cpp index ad1befbff..634d8f8b9 100644 --- a/DDG4/plugins/Geant4EventReaderHepMC.cpp +++ b/DDG4/plugins/Geant4EventReaderHepMC.cpp @@ -174,7 +174,7 @@ namespace dd4hep { void set_io(int typ, const string& k) { io_type = typ; key = k; } void use_default_units() - { mom_unit = MeV; pos_unit = CLHEP::mm; } + { mom_unit = CLHEP::MeV; pos_unit = CLHEP::mm; } bool read(); void clear(); }; -- GitLab