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