Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-21 09:58:20

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef EDM4HEP_CaloHitContributionOBJ_H
0004 #define EDM4HEP_CaloHitContributionOBJ_H
0005 
0006 // data model specific includes
0007 #include "edm4hep/CaloHitContributionData.h"
0008 
0009 #include "podio/ObjectID.h"
0010 
0011 // forward declarations
0012 namespace edm4hep {
0013 class MCParticle;
0014 }
0015 
0016 namespace edm4hep {
0017 
0018 class CaloHitContribution;
0019 
0020 class CaloHitContributionObj {
0021 public:
0022   /// constructor
0023   CaloHitContributionObj();
0024   /// copy constructor (does a deep-copy of relation containers)
0025   CaloHitContributionObj(const CaloHitContributionObj&);
0026   /// constructor from ObjectID and CaloHitContributionData
0027   /// does not initialize the internal relation containers
0028   CaloHitContributionObj(const podio::ObjectID id, CaloHitContributionData data);
0029   /// No assignment operator
0030   CaloHitContributionObj& operator=(const CaloHitContributionObj&) = delete;
0031   virtual ~CaloHitContributionObj();
0032 
0033 public:
0034   podio::ObjectID id;
0035   CaloHitContributionData data;
0036   edm4hep::MCParticle* m_particle{nullptr};
0037 };
0038 
0039 } // namespace edm4hep
0040 
0041 #endif