3#ifndef EDM4EIC_TruthinessContribution_H
4#define EDM4EIC_TruthinessContribution_H
8#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
9#include "nlohmann/json_fwd.hpp"
28std::ostream&
operator<<(std::ostream& o,
const TruthinessContribution& value);
30#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
31void to_json(nlohmann::json& j,
const TruthinessContribution& value);
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