EICd
EIC data model
ClusterLayerObj.h
Go to the documentation of this file.
1 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2 
3 #ifndef EICD_ClusterLayerOBJ_H
4 #define EICD_ClusterLayerOBJ_H
5 
6 // data model specific includes
8 
9 #include "podio/ObjBase.h"
10 
11 
12 
13 namespace eic {
14 
15 class ClusterLayer;
16 class ConstClusterLayer;
17 
18 class ClusterLayerObj : public podio::ObjBase {
19 public:
20  /// constructor
22  /// copy constructor (does a deep-copy of relation containers)
24  /// constructor from ObjectID and ClusterLayerData
25  /// does not initialize the internal relation containers
26  ClusterLayerObj(const podio::ObjectID id, ClusterLayerData data);
27  /// No assignment operator
29  virtual ~ClusterLayerObj();
30 
31 public:
33 };
34 
35 } // namespace eic
36 
37 
38 #endif
eic::ClusterLayerObj::operator=
ClusterLayerObj & operator=(const ClusterLayerObj &)=delete
No assignment operator.
eic::ClusterLayerObj::ClusterLayerObj
ClusterLayerObj()
constructor
Definition: ClusterLayerObj.cc:6
eic::ClusterLayerObj
Definition: ClusterLayerObj.h:18
eic
Definition: BasicParticle.cc:13
eic::ClusterLayerObj::data
ClusterLayerData data
Definition: ClusterLayerObj.h:32
eic::ClusterLayerObj::~ClusterLayerObj
virtual ~ClusterLayerObj()
Definition: ClusterLayerObj.cc:21
ClusterLayerData.h
eic::ClusterLayerData
Definition: ClusterLayerData.h:16