![]() |
|
|||
File indexing completed on 2025-09-18 09:09:12
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 ScintillationParticleId = OpaqueId<struct ScintillationParticle_>; 0019 0020 //! Opaque index to a scintillation spectrum 0021 using ParticleScintSpectrumId = OpaqueId<struct ParScintSpectrumRecord_>; 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 |
![]() ![]() |