From bfa91cbfcfc2e570898b3c2373a68a3ca19715f5 Mon Sep 17 00:00:00 2001
From: Jan Strube <jan.strube@gmail.com>
Date: Sun, 13 Aug 2017 16:11:42 -0700
Subject: [PATCH] Fixing typo

---
 DDG4/lcio/LCIOFileReader.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DDG4/lcio/LCIOFileReader.cpp b/DDG4/lcio/LCIOFileReader.cpp
index bd650b609..53f7e95e6 100644
--- a/DDG4/lcio/LCIOFileReader.cpp
+++ b/DDG4/lcio/LCIOFileReader.cpp
@@ -131,6 +131,6 @@ dd4hep::sim::LCIOFileReader::readParticleCollection(int /*event_number*/, EVENT:
 /// list
 Geant4EventReader::EventReaderStatus
 dd4hep::sim::LCIOFileReader::setParameters( std::map< std::string, std::string > & parameters ) {
-  _getParameterValue( parameters, "MCParticleCollectionName", m_collectionName, LCIO::MCPARTICLES);
+  _getParameterValue( parameters, "MCParticleCollectionName", m_collectionName, LCIO::MCPARTICLE);
   return EVENT_READER_OK;
 }
-- 
GitLab