|
R3BROOT
R3B analysis software
|
#include "R3BNeulandGeoCreator.h"#include <FairGeoBuilder.h>#include <FairGeoInterface.h>#include <FairGeoLoader.h>#include <FairGeoMedia.h>#include <R3BException.h>#include <R3BLogger.h>#include <R3BNeulandCommon.h>#include <TGeoBBox.h>#include <TGeoCompositeShape.h>#include <TGeoCone.h>#include <TGeoManager.h>#include <TGeoMatrix.h>#include <TGeoShape.h>#include <TGeoVolume.h>#include <cmath>#include <cstdlib>#include <fmt/core.h>#include <string>#include <string_view>
Go to the source code of this file.
Namespaces | |
| namespace | R3B |
| namespace | R3B::Neuland |
| Simulation of NeuLAND Bar/Paddle. | |
| namespace | R3B::Neuland::Geometry |
Variables | |
| constexpr auto | R3B::Neuland::Geometry::CONE_LENGHT_PADDING = 0.001 |
| constexpr auto | R3B::Neuland::Geometry::BAR_BASE_LENGTH = 125.0 |
| constexpr auto | R3B::Neuland::Geometry::BAR_CONE_LENGTH = 5. |
| const auto | R3B::Neuland::Geometry::BC408_THICKNESS = 2.4 |
| const auto | R3B::Neuland::Geometry::BC408_CONE_RADIUS = 1.2 |
| const auto | R3B::Neuland::Geometry::AL_THICKNESS = 0.02 |
| const auto | R3B::Neuland::Geometry::TAPE_THICKNESS = 0.05 |
| constexpr auto | R3B::Neuland::Geometry::DEGREE_90 = 90. |