From f1392fb1053b8fcc99001aaabe0c31d8f73b9d00 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Mon, 15 Feb 2016 10:30:59 +0000 Subject: [PATCH] Change name for HEPEvt input --- DDSim/DD4hepSimulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDSim/DD4hepSimulation.py b/DDSim/DD4hepSimulation.py index 86a1f01a1..164d323b4 100644 --- a/DDSim/DD4hepSimulation.py +++ b/DDSim/DD4hepSimulation.py @@ -335,7 +335,7 @@ class DD4hepSimulation(object): gen = DDG4.GeneratorAction(kernel,"LCIOInputAction/STDHEP%d" % index) gen.Input="LCIOStdHepReader|"+inputFile elif inputFile.endswith(".HEPEvt"): - gen = DDG4.GeneratorAction(kernel,"LCIOInputAction/HEPEvt%d" % index) + gen = DDG4.GeneratorAction(kernel,"Geant4InputAction/HEPEvt%d" % index) gen.Input="Geant4EventReaderHepEvtShort|"+inputFile elif inputFile.endswith(".hepevt"): gen = DDG4.GeneratorAction(kernel,"Geant4InputAction/hepevt%d" % index) -- GitLab