EICd
EIC data model
RingImageData.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EICD_RingImageDATA_H
4#define EICD_RingImageDATA_H
5
6#include "edm4hep/Vector3f.h"
7
8namespace eicd {
9
10
11/** @class RingImageData
12 * EIC Ring Image Cluster
13 * @author: S. Joosten, C. Peng
14 */
16public:
17 float npe{}; ///< Number of photo-electrons [#]
18 ::edm4hep::Vector3f position{}; ///< Global position of the cluster [mm]
19 ::edm4hep::Vector3f positionError{}; ///< Error on the position
20 float theta{}; ///< Opening angle of the ring [rad, 0->pi]
21 float thetaError{}; ///< Error on the opening angle
22 float radius{}; ///< Radius of the best fit ring [mm]
23 float radiusError{}; ///< Estimated error from the fit [mm]
24
25};
26
27} // namespace eicd
28
29
30#endif
Definition: RingImageData.h:15
float radiusError
Estimated error from the fit [mm].
Definition: RingImageData.h:23
::edm4hep::Vector3f positionError
Error on the position.
Definition: RingImageData.h:19
float npe
Number of photo-electrons [#].
Definition: RingImageData.h:17
float theta
Opening angle of the ring [rad, 0->pi].
Definition: RingImageData.h:20
::edm4hep::Vector3f position
Global position of the cluster [mm].
Definition: RingImageData.h:18
float thetaError
Error on the opening angle.
Definition: RingImageData.h:21
float radius
Radius of the best fit ring [mm].
Definition: RingImageData.h:22
Definition: CalorimeterHit.cc:13