EDM4eic
EIC data model
Toggle main menu visibility
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
8
namespace
edm4eic
{
9
10
11
/** @class IrtParticleData
12
* IRT 2.1 output (track level)
13
* @author: A. Kiselev
14
*/
15
class
IrtParticleData
{
16
public
:
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
26
namespace
v890 {
27
using
IrtParticleData
=
edm4eic::IrtParticleData
;
28
}
// namespace v890
29
30
31
}
// namespace edm4eic
32
33
34
#endif
edm4eic::IrtParticleData
Definition
IrtParticleData.h:15
edm4eic::IrtParticleData::radiators_end
unsigned int radiators_end
Definition
IrtParticleData.h:22
edm4eic::IrtParticleData::nhits
std::uint16_t nhits
Hit count associated with this particle by IRT engine.
Definition
IrtParticleData.h:19
edm4eic::IrtParticleData::radiators_begin
unsigned int radiators_begin
Definition
IrtParticleData.h:21
edm4eic::IrtParticleData::npe
std::uint16_t npe
Detected photoelectron count.
Definition
IrtParticleData.h:18
edm4eic::IrtParticleData::PDG
std::int32_t PDG
Reconstructed most probable PDG code.
Definition
IrtParticleData.h:17
edm4eic::v890::IrtParticleData
edm4eic::IrtParticleData IrtParticleData
Definition
IrtParticleData.h:27
edm4eic
Definition
CalorimeterHit.cc:17
build
edm4eic
IrtParticleData.h
Generated by
1.17.0