EDM4eic
EIC data model
Loading...
Searching...
No Matches
CherenkovParticleIDData.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_CherenkovParticleIDDATA_H
4#define EDM4EIC_CherenkovParticleIDDATA_H
5
6
7namespace edm4eic {
8
9
10/** @class CherenkovParticleIDData
11 * Cherenkov detector PID
12 * @author: A. Kiselev, C. Chatterjee, C. Dilks
13 */
15public:
16 float npe{}; ///< Overall photoelectron count
17 float refractiveIndex{}; ///< Average refractive index at the Cherenkov photons' vertices
18 float photonEnergy{}; ///< Average energy for these Cherenkov photons [GeV]
19
20 unsigned int hypotheses_begin{};
21 unsigned int hypotheses_end{};
22 unsigned int thetaPhiPhotons_begin{};
23 unsigned int thetaPhiPhotons_end{};
25 unsigned int rawHitAssociations_end{};
26};
27
28} // namespace edm4eic
29
30
31#endif
Definition CherenkovParticleIDData.h:14
float npe
Overall photoelectron count.
Definition CherenkovParticleIDData.h:16
unsigned int rawHitAssociations_end
Definition CherenkovParticleIDData.h:25
unsigned int hypotheses_end
Definition CherenkovParticleIDData.h:21
float refractiveIndex
Average refractive index at the Cherenkov photons' vertices.
Definition CherenkovParticleIDData.h:17
unsigned int rawHitAssociations_begin
Definition CherenkovParticleIDData.h:24
unsigned int thetaPhiPhotons_end
Definition CherenkovParticleIDData.h:23
float photonEnergy
Average energy for these Cherenkov photons [GeV].
Definition CherenkovParticleIDData.h:18
unsigned int hypotheses_begin
Definition CherenkovParticleIDData.h:20
unsigned int thetaPhiPhotons_begin
Definition CherenkovParticleIDData.h:22
Definition CalorimeterHit.cc:18