From 52fa131b130acdaf17f6d44c69142d65c6aae768 Mon Sep 17 00:00:00 2001 From: Jan Strube <jan.strube@gmail.com> Date: Mon, 14 Aug 2017 10:10:01 -0700 Subject: [PATCH] Update LCIO.py --- DDSim/Helper/LCIO.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DDSim/Helper/LCIO.py b/DDSim/Helper/LCIO.py index f8ac686f1..4017c81a7 100644 --- a/DDSim/Helper/LCIO.py +++ b/DDSim/Helper/LCIO.py @@ -2,10 +2,10 @@ from DDSim.Helper.Input import Input -class MCParticles( Input ): +class LCIO( Input ): """Configuration for the generator-level InputFiles""" def __init__( self ): - super(MCParticles, self).__init__() + super(LCIO, self).__init__() self._parameters["MCParticleCollectionName"] = "MCParticle" @property -- GitLab