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