From 2f2504ef4155eecc758d880ea248263354b29cef Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Wed, 22 Jan 2025 16:57:37 +0100 Subject: [PATCH] Fix pre-commit --- k4MarlinWrapper/src/components/EDM4hep2Lcio.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k4MarlinWrapper/src/components/EDM4hep2Lcio.cpp b/k4MarlinWrapper/src/components/EDM4hep2Lcio.cpp index cc09a90a..4718a233 100644 --- a/k4MarlinWrapper/src/components/EDM4hep2Lcio.cpp +++ b/k4MarlinWrapper/src/components/EDM4hep2Lcio.cpp @@ -358,8 +358,8 @@ void EDM4hep2LcioTool::convertAdd(const std::string& e4h_coll_name, const std::s std::vector& pidCollections, std::vector& dQdxCollections) { const auto& metadata = m_podioDataSvc->getMetaDataFrame(); - const auto collPtr = getEDM4hepCollection(e4h_coll_name); - const auto fulltype = collPtr->getValueTypeName(); + const auto collPtr = getEDM4hepCollection(e4h_coll_name); + const auto fulltype = collPtr->getValueTypeName(); debug() << "Converting type " << fulltype << " from input " << e4h_coll_name << endmsg;