Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
amandalund committed Jan 31, 2024
1 parent fe8ff88 commit 9eade29
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions test/celeritas/LeadBoxTestBase.hh
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
//----------------------------------*-C++-*----------------------------------//
// Copyright 2024 UT-Battelle, LLC, and other Celeritas developers.
// See the top-level COPYRIGHT file for details.
// SPDX-License-Identifier: (Apache-2.0 OR MIT)
//---------------------------------------------------------------------------//
//! \file celeritas/LeadBoxTestBase.hh
//---------------------------------------------------------------------------//
#pragma once

#include "GeantTestBase.hh"

namespace celeritas
{
namespace test
{
//---------------------------------------------------------------------------//
/*!
* Test harness for large lead box.
*/
class LeadBoxTestBase : virtual public GeantTestBase
{
protected:
std::string_view geometry_basename() const override { return "lead-box"; }
};

//---------------------------------------------------------------------------//
} // namespace test
} // namespace celeritas

0 comments on commit 9eade29

Please sign in to comment.