Skip to content

Commit

Permalink
Restore original behavior to not break marlinwrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 13, 2023
1 parent e916827 commit ec93a42
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ namespace edm4hep {
namespace EDM4hep2LCIOConv {

template<typename T1, typename T2>
using ObjectMapT = k4EDM4hep2LcioConv::MapT<T1, T2>;
using ObjectMapT = k4EDM4hep2LcioConv::VecMapT<T1, T2>;

template<typename T1, typename T2>
using vec_pair [[deprecated("Use a more descriptive alias")]] = ObjectMapT<T1, T2>;

struct CollectionsPairVectors {
ObjectMapT<lcio::TrackImpl*, edm4hep::Track> tracks {};
Expand Down

0 comments on commit ec93a42

Please sign in to comment.