Skip to content

Commit

Permalink
Fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Oct 30, 2023
1 parent 66c9f06 commit 7b80910
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k4EDM4hep2LcioConv/src/k4EDM4hep2LcioConv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ namespace EDM4hep2LCIOConv {
for (const auto& name : collections) {
const auto edmCollection = edmEvent.get(name);

const auto& cellIDStr = metadata.getParameter<std::string>(podio::collMetadataParamName(name, "CellIDEncodingString"));
const auto& cellIDStr =
metadata.getParameter<std::string>(podio::collMetadataParamName(name, "CellIDEncodingString"));

if (auto coll = dynamic_cast<const edm4hep::TrackCollection*>(edmCollection)) {
auto lcColl = convTracks(coll, objectMappings.tracks, objectMappings.trackerHits);
Expand Down

0 comments on commit 7b80910

Please sign in to comment.