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