Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-09-17 08:21:54

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