Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:09:32

0001 //----------------------------------*-C++-*----------------------------------//
0002 // Copyright 2023-2024 UT-Battelle, LLC, and other Celeritas developers.
0003 // See the top-level COPYRIGHT file for details.
0004 // SPDX-License-Identifier: (Apache-2.0 OR MIT)
0005 //---------------------------------------------------------------------------//
0006 //! \file geocel/vg/VecgeomParams.surface.hh
0007 //---------------------------------------------------------------------------//
0008 #pragma once
0009 
0010 #include <VecGeom/surfaces/BrepHelper.h>
0011 
0012 namespace celeritas
0013 {
0014 //---------------------------------------------------------------------------//
0015 // Set up surface tracking
0016 void setup_surface_tracking_device(vgbrep::SurfData<vecgeom::Precision> const&);
0017 
0018 // Tear down surface tracking
0019 void teardown_surface_tracking_device();
0020 
0021 //---------------------------------------------------------------------------//
0022 }  // namespace celeritas