SHiP Geometry
SHiP experiment geometry implementation using GeoModel.
Loading...
Searching...
No Matches
SHiPGeometry.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
6class GeoPhysVol;
7
8namespace SHiPGeometry {
9
14 public:
17
22 [[nodiscard]] GeoPhysVol* build();
23};
24
25} // namespace SHiPGeometry
Main geometry builder for the SHiP detector.
Definition SHiPGeometry.h:13
GeoPhysVol * build()
Build the complete SHiP detector geometry.
Definition SHiPGeometry.cpp:32
Definition SHiPGeometry.h:8