Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 28, 2024
1 parent 02709b2 commit 579449d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k4MarlinWrapper/src/components/EDM4hep2Lcio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ void EDM4hep2LcioTool::convertEventHeader(const std::string& e4h_coll_name, lcio
}

podio::CollectionBase* EDM4hep2LcioTool::getEDM4hepCollection(const std::string& collName) const {
DataObject* p;
auto sc = m_podioDataSvc->retrieveObject(collName, p);
DataObject* p;
auto sc = m_podioDataSvc->retrieveObject(collName, p);
if (sc.isFailure()) {
throw GaudiException("Collection not found", name(), StatusCode::FAILURE);
}
Expand Down

0 comments on commit 579449d

Please sign in to comment.