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