|
|
|||
Warning, file /include/celeritas/optical/Types.hh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
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/optical/Types.hh 0006 //---------------------------------------------------------------------------// 0007 #pragma once 0008 0009 #include "celeritas/Types.hh" 0010 0011 namespace celeritas 0012 { 0013 //---------------------------------------------------------------------------// 0014 // TYPE ALIASES 0015 //---------------------------------------------------------------------------// 0016 0017 //! Opaque index to a scintillation particle id 0018 using ScintParticleId = OpaqueId<struct ScintParticle_>; 0019 0020 //! Opaque index to a scintillation spectrum 0021 using ParScintSpectrumId = OpaqueId<struct ParScintSpectrum>; 0022 0023 //---------------------------------------------------------------------------// 0024 } // namespace celeritas
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|