EDM4eic
EIC data model
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
12namespace edm4eic {
13
14
15/** @class TruthinessContribution
16 *
17 * @author:
18 */
20public:
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
28std::ostream& operator<<(std::ostream& o, const TruthinessContribution& value);
29
30#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
31void to_json(nlohmann::json& j, const TruthinessContribution& value);
32#endif
33
34namespace v850 {
36} // namespace v850
37
38
39} // namespace edm4eic
40
41
42#endif
Definition TruthinessContribution.h:19
float pid
Contribution of PID matching to truthiness.
Definition TruthinessContribution.h:21
float momentum
Contribution of momentum matching to truthiness.
Definition TruthinessContribution.h:23
float energy
Contribution of energy matching to truthiness.
Definition TruthinessContribution.h:22
edm4eic::TruthinessContribution TruthinessContribution
Definition TruthinessContribution.h:35
Definition CalorimeterHit.cc:17
std::ostream & operator<<(std::ostream &o, const CalorimeterHit &value)
Definition CalorimeterHit.cc:99