Back to home page

EIC code displayed by LXR

 
 

    


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

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/io/ImportSBTable.hh
0006 //! \deprecated Remove in v1.0
0007 //---------------------------------------------------------------------------//
0008 #pragma once
0009 
0010 #include "celeritas/inp/Grid.hh"
0011 
0012 namespace celeritas
0013 {
0014 //---------------------------------------------------------------------------//
0015 /*!
0016  * Seltzer Berger differential cross sections for a single element.
0017  *
0018  * This 2-dimensional table stores the scaled bremsstrahlung differential cross
0019  * section [mb]. The x grid is the log energy of the incident particle [MeV],
0020  * and the y grid is the ratio of the gamma energy to the incident energy.
0021  *
0022  * DEPRECATED: remove in v1.0.
0023  */
0024 using ImportSBTable = inp::TwodGrid;
0025 
0026 //---------------------------------------------------------------------------//
0027 }  // namespace celeritas