Back to home page

EIC code displayed by LXR

 
 

    


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

0001 /** TRACCC library, part of the ACTS project (R&D line)
0002  *
0003  * (c) 2025 CERN for the benefit of the ACTS project
0004  *
0005  * Mozilla Public License Version 2.0
0006  */
0007 
0008 #pragma once
0009 
0010 // Mark this as a "system header". To suppress all warnings from oneDPL.
0011 // This is needed because at the time of writing we cannot provide oneDPL with
0012 // "-isystem" to the oneAPI compiler.
0013 #pragma clang system_header
0014 
0015 // oneDPL include(s).
0016 #include <oneapi/dpl/algorithm>
0017 #include <oneapi/dpl/execution>
0018 #include <oneapi/dpl/numeric>