ATLAS Offline Software
|
#include <BCM_Wall.h>
Public Member Functions | |
GeoPhysVol * | Build (double halfX, double halfY, double thick, const std::string &logname, const GeoMaterial *material) |
GeoPhysVol * | Build (double halfX, double halfY, double thick_one, double thick_two, const GeoMaterial *material_one, const GeoMaterial *material_two, StoredMaterialManager *mat_mgr) |
GeoPhysVol * | Build (double halfX, double halfY, double thick_one, double thick_two, double thick_three, const GeoMaterial *material_one, const GeoMaterial *material_two, const GeoMaterial *material_three, StoredMaterialManager *mat_mgr) |
Beam Condition Monitor wall builder
Definition at line 22 of file BCM_Wall.h.
GeoPhysVol * BCM_Wall::Build | ( | double | halfX, |
double | halfY, | ||
double | thick, | ||
const std::string & | logname, | ||
const GeoMaterial * | material | ||
) |
Definition at line 15 of file BCM_Wall.cxx.
GeoPhysVol * BCM_Wall::Build | ( | double | halfX, |
double | halfY, | ||
double | thick_one, | ||
double | thick_two, | ||
const GeoMaterial * | material_one, | ||
const GeoMaterial * | material_two, | ||
StoredMaterialManager * | mat_mgr | ||
) |
Definition at line 24 of file BCM_Wall.cxx.
GeoPhysVol * BCM_Wall::Build | ( | double | halfX, |
double | halfY, | ||
double | thick_one, | ||
double | thick_two, | ||
double | thick_three, | ||
const GeoMaterial * | material_one, | ||
const GeoMaterial * | material_two, | ||
const GeoMaterial * | material_three, | ||
StoredMaterialManager * | mat_mgr | ||
) |
Definition at line 59 of file BCM_Wall.cxx.