EDM4eic
EIC data model
Loading...
Searching...
No Matches
RingImageData.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_RingImageDATA_H
4#define EDM4EIC_RingImageDATA_H
5
6#include "edm4hep/Vector3f.h"
7
8namespace edm4eic {
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 edm4eic
28
29
30#endif
Definition RingImageData.h:15
::edm4hep::Vector3f positionError
Error on the position.
Definition RingImageData.h:19
float radius
Radius of the best fit ring [mm].
Definition RingImageData.h:22
float radiusError
Estimated error from the fit [mm].
Definition RingImageData.h:23
float thetaError
Error on the opening angle.
Definition RingImageData.h:21
::edm4hep::Vector3f position
Global position of the cluster [mm].
Definition RingImageData.h:18
float npe
Number of photo-electrons [#].
Definition RingImageData.h:17
float theta
Opening angle of the ring [rad, 0->pi].
Definition RingImageData.h:20
Definition CalorimeterHit.cc:18