SHiP Geometry
SHiP experiment geometry implementation using GeoModel.
Loading...
Searching...
No Matches
SBTStructureBuilder.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2// Copyright (C) CERN for the benefit of the SHiP Collaboration
3
4#pragma once
5
6#include <string>
7
8class GeoVPhysVol;
9class GeoMaterial;
10
11namespace SHiPGeometry {
12
13struct SBTConfig;
14
25 public:
28 static void build(GeoVPhysVol* mother, const GeoMaterial* steel, const SBTConfig& cfg,
29 const std::string& tag = "/SHiP/decay_volume/sbt/structure");
30};
31
32} // namespace SHiPGeometry
Builds the SBT steel H-beam supporting structure into mother.
Definition SBTStructureBuilder.h:24
static void build(GeoVPhysVol *mother, const GeoMaterial *steel, const SBTConfig &cfg, const std::string &tag="/SHiP/decay_volume/sbt/structure")
Build the structure.
Definition SBTStructureBuilder.cpp:198
Definition SHiPGeometry.h:8
Configuration for the Surround Background Tagger (SBT) geometry.
Definition SBTConfig.h:17