3#ifndef EDM4EIC_CALOROC1BSample_H
4#define EDM4EIC_CALOROC1BSample_H
9#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
10#include "nlohmann/json_fwd.hpp"
29std::ostream&
operator<<(std::ostream& o,
const CALOROC1BSample& value);
31#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
32void to_json(nlohmann::json& j,
const CALOROC1BSample& value);
Definition CALOROC1BSample.h:20
std::uint16_t timeOfArrival
Time of arrival (TOA) [TDC counts].
Definition CALOROC1BSample.h:24
std::uint16_t lowGainADC
[ADC Counts], amplitude of signal during sample in the low gain mode
Definition CALOROC1BSample.h:22
std::uint16_t highGainADC
[ADC Counts], amplitude of signal during sample in the high gain mode
Definition CALOROC1BSample.h:23
edm4eic::CALOROC1BSample CALOROC1BSample
Definition CALOROC1BSample.h:36
Definition CalorimeterHit.cc:17
std::ostream & operator<<(std::ostream &o, const CalorimeterHit &value)
Definition CalorimeterHit.cc:99