Skip to content
Snippets Groups Projects
Commit 5f334306 authored by Wouter Deconinck's avatar Wouter Deconinck Committed by MarkusFrankATcernch
Browse files

Geant4Output2EDM4hep: using equals

parent 12316677
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ namespace dd4hep {
using writer_t = podio::ROOTFrameWriter;
using stringmap_t = std::map< std::string, std::string >;
using trackermap_t = std::map< std::string, edm4hep::SimTrackerHitCollection >;
using calorimeterpair_t std::pair< edm4hep::SimCalorimeterHitCollection, edm4hep::CaloHitContributionCollection >;
using calorimeterpair_t = std::pair< edm4hep::SimCalorimeterHitCollection, edm4hep::CaloHitContributionCollection >;
using calorimetermap_t = std::map< std::string, calorimeterpair_t >;
std::unique_ptr<writer_t> m_file { };
podio::Frame m_frame { };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment