From 4166d24cd713be44ba70ae64a2bf01a23b5bcf72 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Mon, 21 Sep 2020 11:09:30 +0200 Subject: [PATCH] MiniTel_hepmc: use the correct HepEvt Short, instead of long --- examples/ClientTests/scripts/MiniTel_hepmc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ClientTests/scripts/MiniTel_hepmc.py b/examples/ClientTests/scripts/MiniTel_hepmc.py index 42560c7f9..cbdf86454 100644 --- a/examples/ClientTests/scripts/MiniTel_hepmc.py +++ b/examples/ClientTests/scripts/MiniTel_hepmc.py @@ -23,7 +23,7 @@ def run(): m.configure() m.defineOutput() fname = os.environ['DD4hepExamplesINSTALL'] + '/examples/DDG4/data/Muons10GeV.HEPEvt' - m.setupInput("Geant4EventReaderHepEvtLong|" + fname) + m.setupInput("Geant4EventReaderHepEvtShort|" + fname) m.setupGenerator() m.setupPhysics(model='FTFP_BERT') m.phys.decays = True -- GitLab