Some helpers for PMT decoder tool.
More...
#include "sbnobj/Common/PMT/Data/PMTconfiguration.h"
#include "sbnobj/Common/PMT/Data/V1730channelConfiguration.h"
#include "lardataalg/Utilities/quantities/spacetime.h"
#include <ostream>
#include <algorithm>
#include <vector>
#include <array>
#include <optional>
#include <string>
#include <utility>
#include <tuple>
#include <limits>
#include <cstddef>
Go to the source code of this file.
|
std::ostream & | daq::details::operator<< (std::ostream &, BoardSetup_t::ChannelSetup_t const &) |
|
std::ostream & | daq::details::operator<< (std::ostream &, BoardInfoLookup const &) |
|
template<typename Coll , typename Key , typename KeyExtractor > |
Coll::value_type const * | daq::details::binarySearch (Coll const &coll, Key const &key, KeyExtractor &&extractKey) |
|
template<std::size_t KeyIndex = 0U, typename Coll , typename Key > |
Coll::value_type const * | daq::details::binarySearch (Coll const &coll, Key const &key) |
|
Some helpers for PMT decoder tool.
- Author
- Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.slac..nosp@m.stan.nosp@m.ford..nosp@m.edu)
- Date
- April 13, 2021
Definition in file PMTDecoderUtils.h.