EICd
EIC data model
ProtoClusterData.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EICD_ProtoClusterDATA_H
4#define EICD_ProtoClusterDATA_H
5
6
7namespace eicd {
8
9
10/** @class ProtoClusterData
11 * Collection of hits identified by the clustering algorithm to belong together
12 * @author: S. Joosten
13 */
15public:
16
17 unsigned int weights_begin{};
18 unsigned int weights_end{};
19 unsigned int hits_begin{};
20 unsigned int hits_end{};
21};
22
23} // namespace eicd
24
25
26#endif
Definition: ProtoClusterData.h:14
unsigned int weights_begin
Definition: ProtoClusterData.h:17
unsigned int weights_end
Definition: ProtoClusterData.h:18
unsigned int hits_begin
Definition: ProtoClusterData.h:19
unsigned int hits_end
Definition: ProtoClusterData.h:20
Definition: CalorimeterHit.cc:13