Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-09-15 08:56:01

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