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