|
BOSS 8.0.0
BESIII Offline Software System
|
#include <MucGeoMgr.h>
Public Member Functions | |
| MucGeoMgr (const std::string createFlag, bool alignFlag, const std::string alignFile) | |
| ~MucGeoMgr () | |
| StatusCode | CreateEntities () |
| StatusCode | CreateRootGeo () |
| StatusCode | CreateOnlineStripGeo () |
| MucAbsorber * | GetAbsorber (int part, int segment, int layer, int id) |
| MucGap * | GetGap (int part, int segment, int layer, int id) |
| MucBox * | GetBox (int part, int segment, int layer, int id) |
| MucStripPlane * | GetStripPlane (int part, int segment, int layer, int id) |
| MucStrip * | GetStrip (int part, int segment, int layer, int id) |
| MucRpc * | GetRpc (int part, int segment, int layer, int upDown, int id) |
| MucGas * | GetGas (int part, int segment, int layer, int upDown, int rpcId, int id) |
| MucBakelite * | GetBakelite (int part, int segment, int layer, int upDown, int rpcId, int id) |
| MucBoxCover * | GetBoxCover (int part, int segment, int layer, int upDown, int id) |
Public Attributes | |
| IMessageSvc * | msgSvc |
Protected Member Functions | |
| StatusCode | CreateAbsorber () |
| StatusCode | CreateGap () |
| StatusCode | CreateBox () |
| StatusCode | CreateStripPlane () |
| StatusCode | CreateStrip () |
| StatusCode | CreateRpc () |
| StatusCode | CreateGas () |
| StatusCode | CreateBakelite () |
| StatusCode | CreateBoxCover () |
| StatusCode | InitOffset () |
| bool | CheckBoxOffset (int part, int segment, int layer, int axis, double offset) |
| bool | CheckStripPlaneOffset (int part, int segment, int layer, int axis, double offset) |
Definition at line 46 of file MucGeoMgr.h.
| MucGeoMgr::MucGeoMgr | ( | const std::string | createFlag, |
| bool | alignFlag, | ||
| const std::string | alignFile ) |
Definition at line 26 of file MucGeoMgr.cxx.
| MucGeoMgr::~MucGeoMgr | ( | ) |
Definition at line 38 of file MucGeoMgr.cxx.
|
protected |
Definition at line 142 of file MucGeoMgr.cxx.
Referenced by InitOffset().
|
protected |
Definition at line 199 of file MucGeoMgr.cxx.
Referenced by InitOffset().
|
protected |
Definition at line 417 of file MucGeoMgr.cxx.
Referenced by CreateEntities().
|
protected |
Definition at line 1391 of file MucGeoMgr.cxx.
Referenced by CreateEntities().
|
protected |
Definition at line 670 of file MucGeoMgr.cxx.
Referenced by CreateEntities().
|
protected |
Definition at line 1512 of file MucGeoMgr.cxx.
Referenced by CreateEntities().
| StatusCode MucGeoMgr::CreateEntities | ( | ) |
Definition at line 220 of file MucGeoMgr.cxx.
|
protected |
Definition at line 539 of file MucGeoMgr.cxx.
Referenced by CreateEntities().
|
protected |
Definition at line 1285 of file MucGeoMgr.cxx.
Referenced by CreateEntities().
| StatusCode MucGeoMgr::CreateOnlineStripGeo | ( | ) |
Definition at line 321 of file MucGeoMgr.cxx.
| StatusCode MucGeoMgr::CreateRootGeo | ( | ) |
Definition at line 312 of file MucGeoMgr.cxx.
|
protected |
Definition at line 1179 of file MucGeoMgr.cxx.
Referenced by CreateEntities().
|
protected |
Definition at line 1076 of file MucGeoMgr.cxx.
Referenced by CreateEntities().
|
protected |
Definition at line 853 of file MucGeoMgr.cxx.
Referenced by CreateEntities().
| MucAbsorber * MucGeoMgr::GetAbsorber | ( | int | part, |
| int | segment, | ||
| int | layer, | ||
| int | id ) |
Definition at line 1659 of file MucGeoMgr.cxx.
| MucBakelite * MucGeoMgr::GetBakelite | ( | int | part, |
| int | segment, | ||
| int | layer, | ||
| int | upDown, | ||
| int | rpcId, | ||
| int | id ) |
Definition at line 1694 of file MucGeoMgr.cxx.
| MucBox * MucGeoMgr::GetBox | ( | int | part, |
| int | segment, | ||
| int | layer, | ||
| int | id ) |
Definition at line 1669 of file MucGeoMgr.cxx.
| MucBoxCover * MucGeoMgr::GetBoxCover | ( | int | part, |
| int | segment, | ||
| int | layer, | ||
| int | upDown, | ||
| int | id ) |
Definition at line 1700 of file MucGeoMgr.cxx.
| MucGap * MucGeoMgr::GetGap | ( | int | part, |
| int | segment, | ||
| int | layer, | ||
| int | id ) |
Definition at line 1664 of file MucGeoMgr.cxx.
| MucGas * MucGeoMgr::GetGas | ( | int | part, |
| int | segment, | ||
| int | layer, | ||
| int | upDown, | ||
| int | rpcId, | ||
| int | id ) |
Definition at line 1689 of file MucGeoMgr.cxx.
| MucRpc * MucGeoMgr::GetRpc | ( | int | part, |
| int | segment, | ||
| int | layer, | ||
| int | upDown, | ||
| int | id ) |
Definition at line 1684 of file MucGeoMgr.cxx.
| MucStrip * MucGeoMgr::GetStrip | ( | int | part, |
| int | segment, | ||
| int | layer, | ||
| int | id ) |
Definition at line 1679 of file MucGeoMgr.cxx.
| MucStripPlane * MucGeoMgr::GetStripPlane | ( | int | part, |
| int | segment, | ||
| int | layer, | ||
| int | id ) |
Definition at line 1674 of file MucGeoMgr.cxx.
|
protected |
Definition at line 56 of file MucGeoMgr.cxx.
Referenced by MucGeoMgr().
| IMessageSvc* MucGeoMgr::msgSvc |
Definition at line 65 of file MucGeoMgr.h.
Referenced by CreateAbsorber(), CreateBakelite(), CreateBox(), CreateBoxCover(), CreateEntities(), CreateGap(), CreateGas(), CreateOnlineStripGeo(), CreateRootGeo(), CreateRpc(), CreateStrip(), CreateStripPlane(), InitOffset(), and MucGeoMgr().