Test of detinfo::DetectorTimings
with DetectorClocksStandard
.
More...
#include <boost/test/unit_test.hpp>
#include "lardataalg/DetectorInfo/DetectorTimingTypes.h"
#include "lardataalg/Utilities/quantities/electronics.h"
#include "lardataalg/Utilities/quantities/spacetime.h"
#include "larcorealg/CoreUtils/DebugUtils.h"
#include "larcorealg/CoreUtils/MetaUtils.h"
#include "test/Utilities/disable_boost_fpc_tolerance.hpp"
#include <type_traits>
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE ( DetectorTimingTypes_test ) |
Functions | |
void | test_time_operations () |
void | test_integral_tick_operations () |
void | test_real_tick_operations () |
BOOST_AUTO_TEST_CASE (OpticalTime_testcase) | |
Test of detinfo::DetectorTimings
with DetectorClocksStandard
.
Definition in file DetectorTimingTypes_test.cc.
#define BOOST_TEST_MODULE ( DetectorTimingTypes_test ) |
Definition at line 9 of file DetectorTimingTypes_test.cc.
BOOST_AUTO_TEST_CASE | ( | OpticalTime_testcase | ) |
Definition at line 235 of file DetectorTimingTypes_test.cc.
void test_integral_tick_operations | ( | ) |
Definition at line 148 of file DetectorTimingTypes_test.cc.
void test_real_tick_operations | ( | ) |
Type of a point in time, measured in ticks.
Type of a time interval, measured in ticks.
Definition at line 184 of file DetectorTimingTypes_test.cc.
void test_time_operations | ( | ) |
Definition at line 112 of file DetectorTimingTypes_test.cc.