#include <GeometryIteratorTestAlg.h>
Public Member Functions | |
GeometryIteratorTestAlg (fhicl::ParameterSet const &) | |
Constructor: reads configuration, does nothing. More... | |
virtual | ~GeometryIteratorTestAlg ()=default |
Virtual destructor. More... | |
virtual void | Setup (geo::GeometryCore const &new_geo) |
Algorithm set up. More... | |
virtual unsigned int | Run () const |
Executes the test. More... | |
ID iterator tests | |
void | CryostatIDIteratorsTest () const |
void | TPCIDIteratorsTest () const |
void | PlaneIDIteratorsTest () const |
void | WireIDIteratorsTest () const |
void | TPCsetIDIteratorsTest () const |
void | ROPIDIteratorsTest () const |
Element iterator tests | |
void | CryostatIteratorsTest () const |
void | TPCIteratorsTest () const |
void | PlaneIteratorsTest () const |
void | WireIteratorsTest () const |
Protected Attributes | |
GeometryCore const * | geom = nullptr |
pointer to the geometry description More... | |
Definition at line 22 of file GeometryIteratorTestAlg.h.
|
inline |
Constructor: reads configuration, does nothing.
Definition at line 26 of file GeometryIteratorTestAlg.h.
|
virtualdefault |
Virtual destructor.
void geo::GeometryIteratorTestAlg::CryostatIDIteratorsTest | ( | ) | const |
Definition at line 118 of file GeometryIteratorTestAlg.cxx.
void geo::GeometryIteratorTestAlg::CryostatIteratorsTest | ( | ) | const |
Definition at line 316 of file GeometryIteratorTestAlg.cxx.
void geo::GeometryIteratorTestAlg::PlaneIDIteratorsTest | ( | ) | const |
Definition at line 893 of file GeometryIteratorTestAlg.cxx.
void geo::GeometryIteratorTestAlg::PlaneIteratorsTest | ( | ) | const |
Definition at line 1133 of file GeometryIteratorTestAlg.cxx.
void geo::GeometryIteratorTestAlg::ROPIDIteratorsTest | ( | ) | const |
Definition at line 1965 of file GeometryIteratorTestAlg.cxx.
|
virtual |
Executes the test.
Definition at line 95 of file GeometryIteratorTestAlg.cxx.
|
inlinevirtual |
Algorithm set up.
Definition at line 32 of file GeometryIteratorTestAlg.h.
void geo::GeometryIteratorTestAlg::TPCIDIteratorsTest | ( | ) | const |
Definition at line 494 of file GeometryIteratorTestAlg.cxx.
void geo::GeometryIteratorTestAlg::TPCIteratorsTest | ( | ) | const |
Definition at line 715 of file GeometryIteratorTestAlg.cxx.
void geo::GeometryIteratorTestAlg::TPCsetIDIteratorsTest | ( | ) | const |
Definition at line 1753 of file GeometryIteratorTestAlg.cxx.
void geo::GeometryIteratorTestAlg::WireIDIteratorsTest | ( | ) | const |
Definition at line 1313 of file GeometryIteratorTestAlg.cxx.
void geo::GeometryIteratorTestAlg::WireIteratorsTest | ( | ) | const |
Definition at line 1572 of file GeometryIteratorTestAlg.cxx.
|
protected |
pointer to the geometry description
Definition at line 56 of file GeometryIteratorTestAlg.h.