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