#include <RawTp.hpp>
|
std::ostream & | print (std::ostream &o) const |
|
std::ostream & | print_hex (std::ostream &o) const |
|
std::ostream & | print_bits (std::ostream &o) const |
|
Definition at line 124 of file RawTp.hpp.
◆ print()
std::ostream & dunedaq::detdataformats::fwtp::TpData::print |
( |
std::ostream & | o | ) |
const |
|
inline |
Definition at line 132 of file RawTp.hpp.
133 {
134 o << "Printing raw TP:\n";
139 return o << '\n';
140 }
◆ print_bits()
std::ostream & dunedaq::detdataformats::fwtp::TpData::print_bits |
( |
std::ostream & | o | ) |
const |
|
inline |
Definition at line 151 of file RawTp.hpp.
152 {
153 o << "Printing raw TP:\n";
158 return o << '\n';
159 }
◆ print_hex()
std::ostream & dunedaq::detdataformats::fwtp::TpData::print_hex |
( |
std::ostream & | o | ) |
const |
|
inline |
Definition at line 142 of file RawTp.hpp.
143 {
144 o << "Printing raw TP:\n";
148 return o << std::dec << '\n';
149 }
◆ m_end_time
tp_word_t dunedaq::detdataformats::fwtp::TpData::m_end_time |
◆ m_hit_continue
tp_word_t dunedaq::detdataformats::fwtp::TpData::m_hit_continue |
◆ m_peak_adc
tp_word_t dunedaq::detdataformats::fwtp::TpData::m_peak_adc |
◆ m_peak_time
tp_word_t dunedaq::detdataformats::fwtp::TpData::m_peak_time |
◆ m_start_time
tp_word_t dunedaq::detdataformats::fwtp::TpData::m_start_time |
◆ m_sum_adc
tp_word_t dunedaq::detdataformats::fwtp::TpData::m_sum_adc |
◆ m_tp_flags
tp_word_t dunedaq::detdataformats::fwtp::TpData::m_tp_flags |
The documentation for this struct was generated from the following file:
- /github/workspace/dunedaq/sourcecode/detdataformats/include/detdataformats/fwtp/RawTp.hpp