EDM4eic
EIC data model
Toggle main menu visibility
Loading...
Searching...
No Matches
CherenkovParticleIDHypothesis.h
Go to the documentation of this file.
1
// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3
#ifndef EDM4EIC_CherenkovParticleIDHypothesis_H
4
#define EDM4EIC_CherenkovParticleIDHypothesis_H
5
6
#include <cstdint>
7
#include <ostream>
8
9
#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
10
#include "nlohmann/json_fwd.hpp"
11
#endif
12
13
namespace
edm4eic
{
14
15
16
/** @class CherenkovParticleIDHypothesis
17
*
18
* @author:
19
*/
20
class
CherenkovParticleIDHypothesis
{
21
public
:
22
std::int32_t
PDG
{};
///< PDG code
23
float
npe
{};
///< Overall photoelectron count
24
float
weight
{};
///< Weight of this hypothesis, such as likelihood, moment, etc.
25
26
27
};
28
29
std::ostream&
operator<<
(std::ostream& o,
const
CherenkovParticleIDHypothesis& value);
30
31
#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
32
void
to_json(nlohmann::json& j,
const
CherenkovParticleIDHypothesis& value);
33
#endif
34
35
namespace
v890 {
36
using
CherenkovParticleIDHypothesis
=
edm4eic::CherenkovParticleIDHypothesis
;
37
}
// namespace v890
38
39
40
}
// namespace edm4eic
41
42
43
#endif
edm4eic::CherenkovParticleIDHypothesis
Definition
CherenkovParticleIDHypothesis.h:20
edm4eic::CherenkovParticleIDHypothesis::npe
float npe
Overall photoelectron count.
Definition
CherenkovParticleIDHypothesis.h:23
edm4eic::CherenkovParticleIDHypothesis::weight
float weight
Weight of this hypothesis, such as likelihood, moment, etc.
Definition
CherenkovParticleIDHypothesis.h:24
edm4eic::CherenkovParticleIDHypothesis::PDG
std::int32_t PDG
PDG code.
Definition
CherenkovParticleIDHypothesis.h:22
edm4eic::v890::CherenkovParticleIDHypothesis
edm4eic::CherenkovParticleIDHypothesis CherenkovParticleIDHypothesis
Definition
CherenkovParticleIDHypothesis.h:36
edm4eic
Definition
CalorimeterHit.cc:17
edm4eic::operator<<
std::ostream & operator<<(std::ostream &o, const CalorimeterHit &value)
Definition
CalorimeterHit.cc:99
build
edm4eic
CherenkovParticleIDHypothesis.h
Generated by
1.17.0