Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 10:12:57

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef EDM4HEP_CaloHitSimCaloHitLinkCollection_H
0004 #define EDM4HEP_CaloHitSimCaloHitLinkCollection_H
0005 
0006 #include "edm4hep/CalorimeterHitCollection.h"
0007 #include "edm4hep/SimCalorimeterHitCollection.h"
0008 
0009 #include <podio/LinkCollection.h>
0010 
0011 namespace edm4hep {
0012 
0013 using CaloHitSimCaloHitLinkCollection = podio::LinkCollection<::edm4hep::CalorimeterHit, ::edm4hep::SimCalorimeterHit>;
0014 using CaloHitSimCaloHitLink = typename CaloHitSimCaloHitLinkCollection::value_type;
0015 using MutableCaloHitSimCaloHitLink = typename CaloHitSimCaloHitLinkCollection::mutable_type;
0016 
0017 } // namespace edm4hep
0018 
0019 #endif