EDM4eic
EIC data model
Loading...
Searching...
No Matches
ProtoClusterObj.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_ProtoClusterOBJ_H
4#define EDM4EIC_ProtoClusterOBJ_H
5
6// data model specific includes
9#include <vector>
10
11#include "podio/ObjectID.h"
12#include <vector>
13
14
15namespace edm4eic {
16
17class ProtoCluster;
18
20public:
21 /// constructor
23 /// copy constructor (does a deep-copy of relation containers)
25 /// constructor from ObjectID and ProtoClusterData
26 /// does not initialize the internal relation containers
27 ProtoClusterObj(const podio::ObjectID id, ProtoClusterData data);
28 /// No assignment operator
30 virtual ~ProtoClusterObj();
31
32public:
33 podio::ObjectID id;
35 std::vector<edm4eic::CalorimeterHit>* m_hits{nullptr};
36 std::vector<float>* m_weights{nullptr};
37};
38
39} // namespace edm4eic
40
41
42#endif
Definition ProtoClusterData.h:14
Definition ProtoClusterObj.h:19
ProtoClusterObj()
constructor
Definition ProtoClusterObj.cc:8
ProtoClusterObj & operator=(const ProtoClusterObj &)=delete
No assignment operator.
std::vector< edm4eic::CalorimeterHit > * m_hits
Definition ProtoClusterObj.h:35
std::vector< float > * m_weights
Definition ProtoClusterObj.h:36
virtual ~ProtoClusterObj()
Definition ProtoClusterObj.cc:27
ProtoClusterData data
Definition ProtoClusterObj.h:34
podio::ObjectID id
Definition ProtoClusterObj.h:33
Definition CalorimeterHit.cc:18