Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-09-17 08:53:38

0001 //------------------------------- -*- C++ -*- -------------------------------//
0002 // Copyright Celeritas contributors: see top-level COPYRIGHT file for details
0003 // SPDX-License-Identifier: (Apache-2.0 OR MIT)
0004 //---------------------------------------------------------------------------//
0005 //! \file celeritas/field/CartMapField.hh
0006 //---------------------------------------------------------------------------//
0007 #pragma once
0008 
0009 #include "corecel/Config.hh"
0010 
0011 #if CELERITAS_USE_COVFIE || __DOXYGEN__
0012 #    include "CartMapField.covfie.hh"
0013 #else
0014 #    include "detail/NotImplementedField.hh"
0015 namespace celeritas
0016 {
0017 //---------------------------------------------------------------------------//
0018 //! Dummy class for cartesian map magnetic field when no backend is available.
0019 using CartMapField = detail::NotImplementedField;
0020 }  // namespace celeritas
0021 #endif  // CELERITAS_USE_COVFIE