Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-07-26 08:22:22

0001 /** TRACCC library, part of the ACTS project (R&D line)
0002  *
0003  * (c) 2025-2026 CERN for the benefit of the ACTS project
0004  *
0005  * Mozilla Public License Version 2.0
0006  */
0007 
0008 #pragma once
0009 
0010 // Turn off exessive detector building logs (only works with gcc!)
0011 // clang-format off
0012 #include <detray/utils/quiet_log_start.hpp>
0013 // clang-format on
0014 
0015 // Detray include(s).
0016 #include <detray/test/common/build_telescope_detector.hpp>
0017 #include <detray/test/common/build_toy_detector.hpp>
0018 #include <detray/test/common/build_wire_chamber.hpp>
0019 
0020 // clang-format off
0021 #include <detray/utils/quiet_log_end.hpp>
0022 // clang-format on
0023 
0024 // useful for telescope detector creation
0025 #include <detray/geometry/mask.hpp>
0026 #include <detray/geometry/shapes/rectangle2D.hpp>
0027 #include <detray/tracks/ray.hpp>