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