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