Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-17 08:20:50

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef EDM4EIC_IrtRadiatorInfoDATA_H
0004 #define EDM4EIC_IrtRadiatorInfoDATA_H
0005 
0006 #include <cstdint>
0007 
0008 namespace edm4eic {
0009 
0010 
0011 /** @class IrtRadiatorInfoData
0012  *  IRT 2.1 output (radiator level)
0013  *  @author: A. Kiselev
0014  */
0015 class IrtRadiatorInfoData {
0016 public:
0017   std::uint16_t npe{}; ///< Detected photoelectron count
0018   std::uint16_t nhits{}; ///< Hit count associated with this radiator by IRT engine
0019   float angle{}; ///< Reconstructed Cherenkov angle
0020 
0021 };
0022 
0023 
0024 namespace v890 {
0025 using IrtRadiatorInfoData = edm4eic::IrtRadiatorInfoData;
0026 } // namespace v890
0027 
0028 
0029 } // namespace edm4eic
0030 
0031 
0032 #endif