|
Celeritas 0.7.0-dev.226+develop.a6a728ea
|
#include "CheckedGeoTrackView.hh"#include <optional>#include "corecel/Assert.hh"#include "corecel/Types.hh"#include "corecel/cont/ArrayIO.hh"#include "corecel/io/Logger.hh"#include "corecel/io/Repr.hh"#include "corecel/math/ArrayOperators.hh"#include "corecel/math/ArrayUtils.hh"#include "geocel/GeoParamsInterface.hh"#include "geocel/VolumeParams.hh"Namespaces | |
| namespace | celeritas::test |
| Test harness base class for optical physics. | |
Macros | |
| #define | CGTV_VALIDATE_NOT_FAILED(CGTV, WHERE) |
| #define | CGTV_VALIDATE(CGTV, COND, WHAT) |
Functions | |
| std::string | celeritas::test::volume_name (GeoTrackInterface< real_type > const &geo, VolumeParams const ¶ms) |
| Get the descriptive, robust volume name based on the geo state. | |
| std::string | celeritas::test::volume_name (GeoTrackInterface< real_type > const &geo, GeoParamsInterface const ¶ms) |
| Get the descriptive, robust impl volume name based on the geo state. | |
| std::string | celeritas::test::volume_instance_name (GeoTrackInterface< real_type > const &geo, VolumeParams const ¶ms) |
| Get the descriptive, robust volume instance name based on the geo state. | |
| std::string | celeritas::test::unique_volume_name (GeoTrackInterface< real_type > const &geo, VolumeParams const ¶ms) |
| Get the descriptive, robust volume instance name based on the geo state. | |
| std::ostream & | celeritas::test::operator<< (std::ostream &os, CheckedGeoTrackView const &geo) |
| Output the state of a checked track view. | |
| #define CGTV_VALIDATE | ( | CGTV, | |
| COND, | |||
| WHAT | |||
| ) |
| #define CGTV_VALIDATE_NOT_FAILED | ( | CGTV, | |
| WHERE | |||
| ) |