|
ATLAS Offline Software
|
Go to the documentation of this file.
11 #include "GeoModelKernel/GeoPhysVol.h"
12 #include "GeoModelKernel/GeoMaterial.h"
23 GeoPhysVol*
BuildLayerI(
double thick,
const GeoMaterial* material,
bool hole);
24 GeoPhysVol*
BuildLayerII(
double thick,
const GeoMaterial* material);
25 GeoPhysVol*
BuildLayerIII(
double thick,
const GeoMaterial* material);
26 GeoPhysVol*
BuildLayerIV(
double thick,
const GeoMaterial* material);
27 GeoPhysVol*
BuildLayerV(
double thick,
const GeoMaterial* material);
28 GeoPhysVol*
BuildHolder(
const GeoMaterial* material);
30 GeoPhysVol*
BuildBlock(
double X,
double Y,
double Z,
const std::string&
logname,
const GeoMaterial* material);
31 GeoPhysVol*
BuildClamp(
const GeoMaterial* material);
GeoPhysVol * BuildLayerV(double thick, const GeoMaterial *material)
static constexpr double s_hole_r
GeoPhysVol * BuildLayerII(double thick, const GeoMaterial *material)
static constexpr double s_holder_spacing_length
static constexpr double s_holder_height
static constexpr double s_holder_thickness
GeoPhysVol * BuildLayerIII(double thick, const GeoMaterial *material)
static constexpr double s_holder_length
static constexpr double s_clamp_length
static constexpr double s_extended_length
GeoPhysVol * BuildBlock(double X, double Y, double Z, const std::string &logname, const GeoMaterial *material)
static constexpr double s_holder_spacing
GeoPhysVol * BuildScrew(double length, const GeoMaterial *material)
GeoPhysVol * BuildLayerIV(double thick, const GeoMaterial *material)
GeoPhysVol * BuildLayerI(double thick, const GeoMaterial *material, bool hole)
static constexpr double s_length
GeoPhysVol * BuildClamp(const GeoMaterial *material)
static constexpr double s_width
static constexpr double s_clamp_thickness
static constexpr double s_hole_position
GeoPhysVol * BuildHolder(const GeoMaterial *material)