#include <ChannelMapStandardTestAlg.h>
Public Member Functions | |
ChannelMapStandardTestAlg (fhicl::ParameterSet const &) | |
Constructor: reads configuration, does nothing. More... | |
virtual | ~ChannelMapStandardTestAlg ()=default |
Virtual destructor. More... | |
virtual void | Setup (geo::GeometryCore const &new_geo) |
Algorithm set up. More... | |
virtual unsigned int | Run () |
Executes the test. More... | |
void | TPCsetMappingTest () const |
Tests TPCset mappings. More... | |
void | ROPMappingTest () const |
Tests ROP mappings. More... | |
void | ChannelMappingTest () const |
Tests channel mappings (very, very partial) More... | |
Protected Attributes | |
GeometryCore const * | geom = nullptr |
pointer to the geometry description More... | |
Definition at line 22 of file ChannelMapStandardTestAlg.h.
|
inline |
Constructor: reads configuration, does nothing.
Definition at line 26 of file ChannelMapStandardTestAlg.h.
|
virtualdefault |
Virtual destructor.
void geo::ChannelMapStandardTestAlg::ChannelMappingTest | ( | ) | const |
Tests channel mappings (very, very partial)
Definition at line 298 of file ChannelMapStandardTestAlg.cxx.
void geo::ChannelMapStandardTestAlg::ROPMappingTest | ( | ) | const |
Tests ROP mappings.
Definition at line 182 of file ChannelMapStandardTestAlg.cxx.
|
virtual |
Executes the test.
Definition at line 51 of file ChannelMapStandardTestAlg.cxx.
|
inlinevirtual |
Algorithm set up.
Definition at line 32 of file ChannelMapStandardTestAlg.h.
void geo::ChannelMapStandardTestAlg::TPCsetMappingTest | ( | ) | const |
Tests TPCset mappings.
Definition at line 64 of file ChannelMapStandardTestAlg.cxx.
|
protected |
pointer to the geometry description
Definition at line 47 of file ChannelMapStandardTestAlg.h.