File indexing completed on 2025-05-11 08:50:18
0001
0002
0003 #ifndef EDM4EIC_TrackProtoClusterLinkCollection_H
0004 #define EDM4EIC_TrackProtoClusterLinkCollection_H
0005
0006 #include "edm4eic/TrackCollection.h"
0007 #include "edm4eic/ProtoClusterCollection.h"
0008
0009 #include <podio/LinkCollection.h>
0010
0011 namespace edm4eic {
0012
0013 using TrackProtoClusterLinkCollection = podio::LinkCollection<::edm4eic::Track, ::edm4eic::ProtoCluster>;
0014 using TrackProtoClusterLink = typename TrackProtoClusterLinkCollection::value_type;
0015 using MutableTrackProtoClusterLink = typename TrackProtoClusterLinkCollection::mutable_type;
0016
0017 }
0018
0019
0020 #endif