![]() |
ATLAS Offline Software
|
#include <TileGeoCutBuilder.h>
Public Member Functions | |
| TileGeoCutBuilder (StoredMaterialManager *matManager, TileDddbManager *pDbManager, MsgStream *log) | |
| Constructor. | |
| ~TileGeoCutBuilder () | |
| Destructor. | |
| void | MakeCut (GeoPhysVol *&mother, int number) |
| Section parameters are the following: | |
| void | checking (const std::string &VolumeName, bool print, int level, double X1, double X2, double Y1, double Y2, double Z) |
Private Attributes | |
| MsgStream * | m_log |
Definition at line 26 of file TileGeoCutBuilder.h.
| TileGeoCutBuilder::TileGeoCutBuilder | ( | StoredMaterialManager * | matManager, |
| TileDddbManager * | pDbManager, | ||
| MsgStream * | log ) |
Constructor.
Definition at line 16 of file TileGeoCutBuilder.cxx.
| TileGeoCutBuilder::~TileGeoCutBuilder | ( | ) |
| void TileGeoCutBuilder::checking | ( | const std::string & | VolumeName, |
| bool | print, | ||
| int | level, | ||
| double | X1, | ||
| double | X2, | ||
| double | Y1, | ||
| double | Y2, | ||
| double | Z ) |
Definition at line 41 of file TileGeoCutBuilder.cxx.
| void TileGeoCutBuilder::MakeCut | ( | GeoPhysVol *& | mother, |
| int | number ) |
Section parameters are the following:
| sec_number | Number of sector |
| tile_rmax | Maximal radius |
| rminb | Minimal radius |
| dzglue | Glue gap along dZ |
| delta_phi | Delta Phi |
| zlen_itc2 | Length for ITC2 only |
Definition at line 29 of file TileGeoCutBuilder.cxx.
|
private |
Definition at line 54 of file TileGeoCutBuilder.h.