EICd
EIC data model
Cluster2DInfoData.h
Go to the documentation of this file.
1 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2 
3 #ifndef EICD_Cluster2DInfoDATA_H
4 #define EICD_Cluster2DInfoDATA_H
5 
6 #include "eicd/Index.h"
7 #include "eicd/VectorPolar.h"
8 
9 namespace eic {
10 
11 
12 /** @class Cluster2DInfoData
13  * Additional info for 3D clusters
14  * @author: S. Joosten
15  */
17 public:
18  ::eic::Index clusterID{}; ///< Primary cluster ID
19  ::eic::VectorPolar polar{}; ///< Cluster position polar information
20  float eta{}; ///< Cluster pseudorapidity
21 
22 };
23 
24 } // namespace eic
25 
26 
27 #endif
eic::Index
Definition: Index.h:11
eic::Cluster2DInfoData
Definition: Cluster2DInfoData.h:16
eic::Cluster2DInfoData::polar
::eic::VectorPolar polar
Cluster position polar information.
Definition: Cluster2DInfoData.h:19
eic
Definition: BasicParticle.cc:13
eic::VectorPolar
Definition: VectorPolar.h:13
eic::Cluster2DInfoData::eta
float eta
Cluster pseudorapidity.
Definition: Cluster2DInfoData.h:20
VectorPolar.h
Index.h
eic::Cluster2DInfoData::clusterID
::eic::Index clusterID
Primary cluster ID.
Definition: Cluster2DInfoData.h:18