EDM4eic
EIC data model
Loading...
Searching...
No Matches
TrackProtoClusterLinkCollection.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_TrackProtoClusterLinkCollection_H
4#define EDM4EIC_TrackProtoClusterLinkCollection_H
5
8
9#include <podio/LinkCollection.h>
10
11namespace edm4eic {
12
13using TrackProtoClusterLinkCollection = podio::LinkCollection<::edm4eic::Track, ::edm4eic::ProtoCluster>;
14using TrackProtoClusterLink = typename TrackProtoClusterLinkCollection::value_type;
15using MutableTrackProtoClusterLink = typename TrackProtoClusterLinkCollection::mutable_type;
16
17} // namespace edm4eic
18
19
20#endif
Definition CalorimeterHit.cc:17
typename TrackProtoClusterLinkCollection::value_type TrackProtoClusterLink
Definition TrackProtoClusterLinkCollection.h:14
typename TrackProtoClusterLinkCollection::mutable_type MutableTrackProtoClusterLink
Definition TrackProtoClusterLinkCollection.h:15
podio::LinkCollection<::edm4eic::Track, ::edm4eic::ProtoCluster > TrackProtoClusterLinkCollection
Definition TrackProtoClusterLinkCollection.h:13