EDM4eic
EIC data model
Loading...
Searching...
No Matches
CALOROC1ASample.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_CALOROC1ASample_H
4#define EDM4EIC_CALOROC1ASample_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 CALOROC1ASample
17 *
18 * @author:
19 */
21public:
22 std::uint16_t ADC{}; ///< [ADC Counts], amplitude of signal during sample, valid IFF TOTInProgress is false
23 std::uint16_t timeOfArrival{}; ///< Time of arrival (TOA) [TDC counts], nonzero IFF ADC crossed threshold upwards during sample
24 std::uint16_t timeOverThreshold{}; ///< Time over threshold (TOT) [TDC counts], nonzero IFF ADC crossed threshold downwards during sample AND if TOA fired in a previous sample
25
26
27};
28
29std::ostream& operator<<(std::ostream& o, const CALOROC1ASample& value);
30
31#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
32void to_json(nlohmann::json& j, const CALOROC1ASample& value);
33#endif
34
35namespace v860 {
37} // namespace v860
38
39
40} // namespace edm4eic
41
42
43#endif
Definition CALOROC1ASample.h:20
std::uint16_t timeOverThreshold
Time over threshold (TOT) [TDC counts], nonzero IFF ADC crossed threshold downwards during sample AND...
Definition CALOROC1ASample.h:24
std::uint16_t ADC
[ADC Counts], amplitude of signal during sample, valid IFF TOTInProgress is false
Definition CALOROC1ASample.h:22
std::uint16_t timeOfArrival
Time of arrival (TOA) [TDC counts], nonzero IFF ADC crossed threshold upwards during sample.
Definition CALOROC1ASample.h:23
edm4eic::CALOROC1ASample CALOROC1ASample
Definition CALOROC1ASample.h:36
Definition CalorimeterHit.cc:17
std::ostream & operator<<(std::ostream &o, const CalorimeterHit &value)
Definition CalorimeterHit.cc:99