Test of SimpleChannelStatus. More...
#include "boost/test/unit_test.hpp"
#include "larevt/Filters/SimpleChannelStatus.h"
#include "larcoreobj/SimpleTypesAndConstants/RawTypes.h"
#include "fhiclcpp/ParameterSet.h"
#include "fhiclcpp/coding.h"
#include <any>
#include <iostream>
#include <ostream>
#include <set>
#include <memory>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | StatusConfiguration |
Macros | |
#define | BOOST_TEST_MODULE ( simple_channel_status_test ) |
Functions | |
template<typename T > | |
fhicl::detail::ps_sequence_t | std::encode (std::set< T > const &s) |
template<typename T > | |
std::ostream & | std::operator<< (std::ostream &out, std::set< T > const &s) |
void | test_simple_status () |
BOOST_AUTO_TEST_CASE (SimpleStatusTest) | |
#define BOOST_TEST_MODULE ( simple_channel_status_test ) |
Definition at line 18 of file SimpleChannelStatus_test.cxx.
BOOST_AUTO_TEST_CASE | ( | SimpleStatusTest | ) |
Definition at line 215 of file SimpleChannelStatus_test.cxx.
fhicl::detail::ps_sequence_t std::encode | ( | std::set< T > const & | s | ) |
Definition at line 41 of file SimpleChannelStatus_test.cxx.
std::ostream& std::operator<< | ( | std::ostream & | out, |
std::set< T > const & | s | ||
) |
Definition at line 52 of file SimpleChannelStatus_test.cxx.
void test_simple_status | ( | ) |
Public interface:
bool isPresent(raw::ChannelID_t channel) const
bool isGood(raw::ChannelID_t channel) const
bool isBad(raw::ChannelID_t channel) const
bool isNoisy(raw::ChannelID_t channel) const
ChannelSet_t GoodChannels() const
ChannelSet_t BadChannels() const
ChannelSet_t NoisyChannels() const
Definition at line 127 of file SimpleChannelStatus_test.cxx.