|
|
|||
File indexing completed on 2025-12-16 10:17:10
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 geocel/vg/RaytraceImager.hh 0006 //---------------------------------------------------------------------------// 0007 #pragma once 0008 0009 #include "geocel/rasterize/RaytraceImager.hh" 0010 0011 #include "VecgeomGeoTraits.hh" 0012 0013 namespace celeritas 0014 { 0015 //---------------------------------------------------------------------------// 0016 0017 extern template class RaytraceImager<VecgeomParams>; 0018 0019 //---------------------------------------------------------------------------// 0020 } // 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 |
|