13 #define BOOST_TEST_MODULE GeometryStandardChannelMappingTest 16 #include "test/Geometry/geometry_unit_test_base.h" 38 testing::BasicGeometryEnvironmentConfiguration<geo::ChannelMapStandardAlg>
79 tester_ptr = std::make_shared<Tester_t>(TesterParameters());
80 tester_ptr->Setup(*(Provider<geo::GeometryCore>()));
82 TesterRegistry_t::ProvideDefaultSharedResource(tester_ptr);
BOOST_AUTO_TEST_CASE(TPCsetMappingTestCase)
GeometryStandardChannelMappingTestFixture()
Constructor: initialize the tester with the Geometry from base class.
void ChannelMappingTest() const
Tests channel mappings (very, very partial)
testing::TestSharedGlobalResource< Tester_t > TesterRegistry_t
void ROPMappingTest() const
Tests ROP mappings.
Class holding a configuration for a Boost test fixture.
StandardGeometryConfiguration()
Constructor: overrides the application name.
Environment for a geometry test.
static Tester_t & GlobalTester()
Retrieves the global tester.
Utility class providing singleton objects to the derived classes.
std::shared_ptr< Tester_t > tester_ptr
our tester (may be shared)
Tests the standard channel mapping algorithm.
BOOST_GLOBAL_FIXTURE(GeometryStandardChannelMappingTestFixture)
void TPCsetMappingTest() const
Tests TPCset mappings.
Access the description of detector geometry.
void SetApplicationName(string const &applicationName)
Tester_t & Tester()
Retrieves the local tester.