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