ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Classes | |
struct | Acts::concept::detail_slc::SourceLinkConcept< T > |
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
namespace | Acts::concept |
namespace | Acts::concept::detail_slc |
Typedefs | |
template<typename T > | |
using | Acts::concept::detail_slc::comparable_t = decltype(std::declval< T >()==std::declval< T >()) |
template<typename T > | |
using | Acts::concept::detail_slc::dereferenceable_t = decltype(*std::declval< T >()) |
template<typename T > | |
using | Acts::concept::detail_slc::surface_method_t = decltype(std::declval< T >().referenceSurface()) |
Variables | |
template<typename T > | |
constexpr bool | Acts::SourceLinkConcept |