EDM4eic
EIC data model
Loading...
Searching...
No Matches
CALOROC1BSample.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_CALOROC1BSample_H
4#define EDM4EIC_CALOROC1BSample_H
5
6#include <cstdint>
7#include <ostream>
8
9#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
10#include "nlohmann/json_fwd.hpp"
11#endif
12
13namespace edm4eic {
14
15
16/** @class CALOROC1BSample
17 *
18 * @author:
19 */
21public:
22 std::uint16_t lowGainADC{}; ///< [ADC Counts], amplitude of signal during sample in the low gain mode
23 std::uint16_t highGainADC{}; ///< [ADC Counts], amplitude of signal during sample in the high gain mode
24 std::uint16_t timeOfArrival{}; ///< Time of arrival (TOA) [TDC counts]
25
26
27};
28
29std::ostream& operator<<(std::ostream& o, const CALOROC1BSample& value);
30
31#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
32void to_json(nlohmann::json& j, const CALOROC1BSample& value);
33#endif
34
35namespace v860 {
37} // namespace v860
38
39
40} // namespace edm4eic
41
42
43#endif
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