EDM4eic
EIC data model
Loading...
Searching...
No Matches
IrtRadiatorInfoData.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_IrtRadiatorInfoDATA_H
4#define EDM4EIC_IrtRadiatorInfoDATA_H
5
6#include <cstdint>
7
8namespace edm4eic {
9
10
11/** @class IrtRadiatorInfoData
12 * IRT 2.1 output (radiator level)
13 * @author: A. Kiselev
14 */
16public:
17 std::uint16_t npe{}; ///< Detected photoelectron count
18 std::uint16_t nhits{}; ///< Hit count associated with this radiator by IRT engine
19 float angle{}; ///< Reconstructed Cherenkov angle
20
21};
22
23
24namespace v880 {
26} // namespace v880
27
28
29} // namespace edm4eic
30
31
32#endif
Definition IrtRadiatorInfoData.h:15
std::uint16_t nhits
Hit count associated with this radiator by IRT engine.
Definition IrtRadiatorInfoData.h:18
std::uint16_t npe
Detected photoelectron count.
Definition IrtRadiatorInfoData.h:17
float angle
Reconstructed Cherenkov angle.
Definition IrtRadiatorInfoData.h:19
edm4eic::IrtRadiatorInfoData IrtRadiatorInfoData
Definition IrtRadiatorInfoData.h:25
Definition CalorimeterHit.cc:17