From a31b0c632eb7bb07dfeb1cb9b13b5ed126411758 Mon Sep 17 00:00:00 2001
From: Markus Frank <Markus.Frank@cern.ch>
Date: Wed, 8 Aug 2018 17:39:19 +0200
Subject: [PATCH] Fix HEPMC reader for unknown generator status codes

---
 examples/DDG4/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/DDG4/CMakeLists.txt b/examples/DDG4/CMakeLists.txt
index 1768f62c5..3fc85304c 100644
--- a/examples/DDG4/CMakeLists.txt
+++ b/examples/DDG4/CMakeLists.txt
@@ -51,7 +51,7 @@ if (DD4HEP_USE_GEANT4)
                       ${DDG4examples_INSTALL}/data/hepmc_geant4.dat
     REQUIRES   DDG4 Geant4
     REGEX_PASS "Geant4InputAction\\[Input\\]: Event 10 Error when moving to event -  EOF")
-  # Test HepMC input reader
+  # Test HepMC input reader with slightly non-standard HEPMC file
   dd4hep_add_test_reg( test_DDG4_HepMC_reader_minbias
     COMMAND    "${CMAKE_INSTALL_PREFIX}/bin/run_test_DDG4.sh"
     EXEC_ARGS  python ${DD4hep_DIR}/examples/DDG4/examples/readHEPMC.py
-- 
GitLab