Skip to content

Commit

Permalink
Fix typo in k4Lcio2EDM4hepConv.cpp (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel authored Mar 27, 2024
1 parent bbc776d commit 348f82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4EDM4hep2LcioConv/src/k4Lcio2EDM4hepConv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ namespace LCIO2EDM4hepConv {
{
podio::Frame runHeaderFrame;
runHeaderFrame.putParameter("runNumber", rheader->getRunNumber());
runHeaderFrame.putParameter("detectoName", rheader->getDetectorName());
runHeaderFrame.putParameter("detectorName", rheader->getDetectorName());
runHeaderFrame.putParameter("description", rheader->getDescription());
auto subdetectors = rheader->getActiveSubdetectors();
runHeaderFrame.putParameter("activeSubdetectors", *subdetectors);
Expand Down

0 comments on commit 348f82a

Please sign in to comment.