Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:55:32

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef EDM4EIC_RingImageDATA_H
0004 #define EDM4EIC_RingImageDATA_H
0005 
0006 #include "edm4hep/Vector3f.h"
0007 
0008 namespace edm4eic {
0009 
0010 
0011 /** @class RingImageData
0012  *  EIC Ring Image Cluster
0013  *  @author: S. Joosten, C. Peng
0014  */
0015 class RingImageData {
0016 public:
0017   float npe{}; ///< Number of photo-electrons [#]
0018   ::edm4hep::Vector3f position{}; ///< Global position of the cluster [mm]
0019   ::edm4hep::Vector3f positionError{}; ///< Error on the position
0020   float theta{}; ///< Opening angle of the ring [rad, 0->pi]
0021   float thetaError{}; ///< Error on the opening angle
0022   float radius{}; ///< Radius of the best fit ring [mm]
0023   float radiusError{}; ///< Estimated error from the fit [mm]
0024 
0025 };
0026 
0027 } // namespace edm4eic
0028 
0029 
0030 #endif