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 #include "eicd/Index.h"
7 #include "eicd/Weight.h"
8 
9 namespace eic {
10 
11 
12 /** @class ProtoClusterData
13  * Relational info linking hits to their associated cluster
14  * @author: S. Joosten
15  */
17 public:
18  ::eic::Index hitID{}; ///< Hit ID
19  ::eic::Index clusterID{}; ///< ID of the cluster associated with this hit (-1 if none)
20  ::eic::Weight weight{}; ///< How much of this hit belongs to the cluster? [0->1]
21 
22 };
23 
24 } // namespace eic
25 
26 
27 #endif
eic::Index
Definition: Index.h:11
eic
Definition: BasicParticle.cc:13
eic::ProtoClusterData
Definition: ProtoClusterData.h:16
eic::Weight
Definition: Weight.h:11
Weight.h
eic::ProtoClusterData::weight
::eic::Weight weight
How much of this hit belongs to the cluster? [0->1].
Definition: ProtoClusterData.h:20
eic::ProtoClusterData::clusterID
::eic::Index clusterID
ID of the cluster associated with this hit (-1 if none)
Definition: ProtoClusterData.h:19
eic::ProtoClusterData::hitID
::eic::Index hitID
Hit ID.
Definition: ProtoClusterData.h:18
Index.h