|
SHiP Geometry
SHiP experiment geometry implementation using GeoModel.
|
#include <string>#include <string_view>

Go to the source code of this file.
Namespaces | |
| namespace | SHiPGeometry |
| namespace | SHiPGeometry::CaloBar |
| Places an array of identical scintillator bars into a mother volume. | |
Enumerations | |
| enum class | SHiPGeometry::BarAxis { SHiPGeometry::AlongX , SHiPGeometry::AlongY } |
| Which transverse axis the bars are replicated along. More... | |
Functions | |
| void | SHiPGeometry::CaloBar::placeLayer (GeoVPhysVol *mother, GeoLogVol *barLog, double pitch_mm, int nBars, double zCenter_mm, std::string_view tagPrefix, int layerIndex, BarAxis axis, const std::string &nameSuffix="") |