EDM4eic
EIC data model
Loading...
Searching...
No Matches
ProtoClusterData.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_ProtoClusterDATA_H
4#define EDM4EIC_ProtoClusterDATA_H
5
6
7namespace edm4eic {
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 edm4eic
24
25
26#endif
Definition ProtoClusterData.h:14
unsigned int hits_begin
Definition ProtoClusterData.h:19
unsigned int hits_end
Definition ProtoClusterData.h:20
unsigned int weights_begin
Definition ProtoClusterData.h:17
unsigned int weights_end
Definition ProtoClusterData.h:18
Definition CalorimeterHit.cc:18