Utilities for TriggerGateData printout.
More...
#include "icarusalg/Utilities/IntegerRanges.h"#include "sbnobj/ICARUS/PMT/Trigger/Data/ReadoutTriggerGate.h"#include <ostream>Go to the source code of this file.
Classes | |
| struct | icarus::trigger::details::GateWrapper< Gate > |
| Container of a single gate (base class). More... | |
| struct | icarus::trigger::details::CompactFormatter< Gate > |
| Wrapper to format a gate as "compact". More... | |
Namespaces | |
| icarus::trigger | |
| icarus::trigger::details | |
Functions | |
| template<typename Gate > | |
| icarus::trigger::details::GateWrapper (Gate const &) -> GateWrapper< Gate > | |
| template<typename Gate > | |
| std::ostream & | icarus::trigger::details::operator<< (std::ostream &out, CompactFormatter< Gate > const &wrap) |
| template<typename Tick , typename TickInterval , typename ChannelIDType > | |
| auto | icarus::trigger::compactdump (ReadoutTriggerGate< Tick, TickInterval, ChannelIDType > const &gate) -> details::CompactFormatter< ReadoutTriggerGate< Tick, TickInterval, ChannelIDType >> |
| Manipulator-like function for compact format of trigger gates. More... | |
Utilities for TriggerGateData printout.
Definition in file TriggerGateDataFormatting.h.
1.8.5