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