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/** @class TruthinessContribution
15 *
16 * @author:
17 */
19public:
20 float pid{}; ///< Contribution of PID matching to truthiness
21 float energy{}; ///< Contribution of energy matching to truthiness
22 float momentum{}; ///< Contribution of momentum matching to truthiness
23
24
25};
26
27std::ostream& operator<<(std::ostream& o, const edm4eic::TruthinessContribution& value);
28
29#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
30void to_json(nlohmann::json& j, const TruthinessContribution& value);
31#endif
32
33} // namespace edm4eic
34
35
36#endif
Definition TruthinessContribution.h:18
float pid
Contribution of PID matching to truthiness.
Definition TruthinessContribution.h:20
float momentum
Contribution of momentum matching to truthiness.
Definition TruthinessContribution.h:22
float energy
Contribution of energy matching to truthiness.
Definition TruthinessContribution.h:21
Definition CalorimeterHit.cc:17
std::ostream & operator<<(std::ostream &o, const CalorimeterHit &value)
Definition CalorimeterHit.cc:103