BOSS 6.6.4.p03
BESIII Offline Software System
|
#include <MucEntity.h>
Public Member Functions | |
MucEntity (int part, int segment, int layer) | |
MucEntity (int part, int segment, int layer, int id) | |
MucEntity (int part, int segment, int layer, int upDown, int id) | |
MucEntity (int part, int segment, int layer, int upDown, int rpcId, int id) | |
MucEntity (const MucEntity &other) | |
MucEntity & | operator= (const MucEntity &other) |
virtual | ~MucEntity () |
int | GetPart () |
int | GetSegment () |
int | GetLayer () |
int | GetUpDown () |
int | GetRpcId () |
int | GetID () |
double | GetTheta () |
double | GetRin () |
double | GetRout () |
double | GetRc () |
double | GetThin () |
double | GetW () |
double | GetH () |
double | GetL () |
double | GetWu () |
double | GetWd () |
double | GetArea () |
double | GetLocOrgInBes (int i) |
double | GetObjRotToMot (int i) |
double | GetObjOrgInBes (int i) |
double | GetObjOrgInLoc (int i) |
double * | GetLocOrgInBes () |
double * | GetObjRotToMot () |
double * | GetObjOrgInLoc () |
double * | GetObjOrgInBes () |
void | TransBesToLoc (double LocCoord[], double BesCoord[], double LocOrgInBes[], double Rot_z) |
void | TransLocToBes (double LocCoord[], double BesCoord[], double LocOrgInBes[], double Rot_z) |
Protected Member Functions | |
virtual void | Init () |
virtual void | SetTheta () |
virtual void | SetRin () |
virtual void | SetRout () |
virtual void | SetRc () |
virtual void | SetThin () |
virtual void | SetW () |
virtual void | SetH () |
virtual void | SetL () |
virtual void | SetWu () |
virtual void | SetWd () |
virtual void | SetArea () |
virtual void | SetLocOrgInBes () |
virtual void | SetObjRotToMot () |
virtual void | SetObjOrgInBes () |
virtual void | SetObjOrgInLoc () |
virtual void | SetAlignment (double dx, double dy, double dz) |
Protected Attributes | |
int | m_Part |
int | m_Segment |
int | m_Layer |
int | m_UpDown |
int | m_RpcId |
int | m_ID |
double | m_Theta |
double | m_Rin |
double | m_Rout |
double | m_Rc |
double | m_Thin |
double | m_W |
double | m_H |
double | m_L |
double | m_Wu |
double | m_Wd |
double | m_Area |
double | m_LocOrgInBes [3] |
double | m_ObjRotToMot [3] |
double | m_ObjOrgInBes [3] |
double | m_ObjOrgInLoc [3] |
Definition at line 18 of file MucEntity.h.
MucEntity::MucEntity | ( | int | part, |
int | segment, | ||
int | layer | ||
) |
Definition at line 17 of file MucEntity.cxx.
MucEntity::MucEntity | ( | int | part, |
int | segment, | ||
int | layer, | ||
int | id | ||
) |
MucEntity::MucEntity | ( | int | part, |
int | segment, | ||
int | layer, | ||
int | upDown, | ||
int | id | ||
) |
Definition at line 41 of file MucEntity.cxx.
MucEntity::MucEntity | ( | int | part, |
int | segment, | ||
int | layer, | ||
int | upDown, | ||
int | rpcId, | ||
int | id | ||
) |
Definition at line 53 of file MucEntity.cxx.
MucEntity::MucEntity | ( | const MucEntity & | other | ) |
Definition at line 65 of file MucEntity.cxx.
|
virtual |
Definition at line 125 of file MucEntity.cxx.
double MucEntity::GetArea | ( | ) |
Definition at line 150 of file MucEntity.cxx.
double MucEntity::GetH | ( | ) |
Definition at line 146 of file MucEntity.cxx.
Referenced by MucGeoMgr::CreateAbsorber(), MucGeoMgr::CreateBakelite(), MucGeoMgr::CreateBox(), MucGeoMgr::CreateBoxCover(), MucGeoMgr::CreateGap(), MucGeoMgr::CreateGas(), MucGeoMgr::CreateOnlineStripGeo(), MucGeoMgr::CreateRpc(), MucGeoMgr::CreateStrip(), and MucGeoMgr::CreateStripPlane().
int MucEntity::GetID | ( | ) |
Definition at line 139 of file MucEntity.cxx.
double MucEntity::GetL | ( | ) |
Definition at line 147 of file MucEntity.cxx.
Referenced by MucGeoMgr::CreateAbsorber(), MucGeoMgr::CreateBakelite(), MucGeoMgr::CreateBox(), MucGeoMgr::CreateBoxCover(), MucGeoMgr::CreateGap(), MucGeoMgr::CreateGas(), MucGeoMgr::CreateOnlineStripGeo(), MucGeoMgr::CreateRpc(), MucGeoMgr::CreateStrip(), and MucGeoMgr::CreateStripPlane().
int MucEntity::GetLayer | ( | ) |
Definition at line 136 of file MucEntity.cxx.
double * MucEntity::GetLocOrgInBes | ( | ) |
Definition at line 176 of file MucEntity.cxx.
double MucEntity::GetLocOrgInBes | ( | int | i | ) |
Definition at line 152 of file MucEntity.cxx.
Referenced by MucGeoMgr::CreateAbsorber(), MucGeoMgr::CreateBakelite(), MucGeoMgr::CreateBox(), MucGeoMgr::CreateBoxCover(), MucGeoMgr::CreateGap(), MucGeoMgr::CreateGas(), MucGeoMgr::CreateRpc(), MucGeoMgr::CreateStrip(), and MucGeoMgr::CreateStripPlane().
double * MucEntity::GetObjOrgInBes | ( | ) |
Definition at line 178 of file MucEntity.cxx.
double MucEntity::GetObjOrgInBes | ( | int | i | ) |
Definition at line 164 of file MucEntity.cxx.
Referenced by MucGeoMgr::CreateAbsorber(), MucGeoMgr::CreateBakelite(), MucGeoMgr::CreateBox(), MucGeoMgr::CreateBoxCover(), MucGeoMgr::CreateGap(), MucGeoMgr::CreateGas(), MucGeoMgr::CreateOnlineStripGeo(), MucGeoMgr::CreateRpc(), MucGeoMgr::CreateStrip(), and MucGeoMgr::CreateStripPlane().
double * MucEntity::GetObjOrgInLoc | ( | ) |
Definition at line 179 of file MucEntity.cxx.
double MucEntity::GetObjOrgInLoc | ( | int | i | ) |
Definition at line 170 of file MucEntity.cxx.
Referenced by MucGeoMgr::CreateAbsorber(), MucGeoMgr::CreateBakelite(), MucGeoMgr::CreateBox(), MucGeoMgr::CreateBoxCover(), MucGeoMgr::CreateGap(), MucGeoMgr::CreateGas(), MucGeoMgr::CreateRpc(), MucGeoMgr::CreateStrip(), and MucGeoMgr::CreateStripPlane().
double * MucEntity::GetObjRotToMot | ( | ) |
Definition at line 177 of file MucEntity.cxx.
double MucEntity::GetObjRotToMot | ( | int | i | ) |
Definition at line 158 of file MucEntity.cxx.
Referenced by MucGeoMgr::CreateAbsorber(), and MucGeoMgr::CreateGap().
int MucEntity::GetPart | ( | ) |
Definition at line 134 of file MucEntity.cxx.
double MucEntity::GetRc | ( | ) |
Definition at line 143 of file MucEntity.cxx.
double MucEntity::GetRin | ( | ) |
Definition at line 141 of file MucEntity.cxx.
double MucEntity::GetRout | ( | ) |
Definition at line 142 of file MucEntity.cxx.
int MucEntity::GetRpcId | ( | ) |
Definition at line 138 of file MucEntity.cxx.
int MucEntity::GetSegment | ( | ) |
Definition at line 135 of file MucEntity.cxx.
double MucEntity::GetTheta | ( | ) |
Definition at line 140 of file MucEntity.cxx.
double MucEntity::GetThin | ( | ) |
Definition at line 144 of file MucEntity.cxx.
int MucEntity::GetUpDown | ( | ) |
Definition at line 137 of file MucEntity.cxx.
double MucEntity::GetW | ( | ) |
Definition at line 145 of file MucEntity.cxx.
Referenced by MucGeoMgr::CreateAbsorber(), MucGeoMgr::CreateBox(), MucGeoMgr::CreateBoxCover(), MucGeoMgr::CreateGap(), MucGeoMgr::CreateOnlineStripGeo(), MucGeoMgr::CreateStrip(), and MucGeoMgr::CreateStripPlane().
double MucEntity::GetWd | ( | ) |
Definition at line 149 of file MucEntity.cxx.
Referenced by MucGeoMgr::CreateAbsorber(), MucGeoMgr::CreateBakelite(), MucGeoMgr::CreateBox(), MucGeoMgr::CreateBoxCover(), MucGeoMgr::CreateGap(), MucGeoMgr::CreateGas(), MucGeoMgr::CreateRpc(), and MucGeoMgr::CreateStripPlane().
double MucEntity::GetWu | ( | ) |
Definition at line 148 of file MucEntity.cxx.
Referenced by MucGeoMgr::CreateAbsorber(), MucGeoMgr::CreateBakelite(), MucGeoMgr::CreateBox(), MucGeoMgr::CreateBoxCover(), MucGeoMgr::CreateGap(), MucGeoMgr::CreateGas(), MucGeoMgr::CreateRpc(), and MucGeoMgr::CreateStripPlane().
|
protectedvirtual |
Reimplemented in MucAbsorber, MucBakelite, MucBox, MucBoxCover, MucGap, MucGas, MucRpc, MucStrip, and MucStripPlane.
Definition at line 183 of file MucEntity.cxx.
Referenced by MucEntity().
Definition at line 92 of file MucEntity.cxx.
Referenced by MucAbsorber::operator=(), MucBakelite::operator=(), MucBox::operator=(), MucBoxCover::operator=(), MucGap::operator=(), MucGas::operator=(), MucRpc::operator=(), MucStrip::operator=(), and MucStripPlane::operator=().
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in MucAbsorber, MucBakelite, MucBox, MucBoxCover, MucGap, MucGas, MucRpc, MucStrip, and MucStripPlane.
Definition at line 210 of file MucEntity.cxx.
Referenced by Init().
|
protectedvirtual |
Reimplemented in MucAbsorber, MucBakelite, MucBox, MucBoxCover, MucGap, MucGas, MucRpc, MucStrip, and MucStripPlane.
Definition at line 211 of file MucEntity.cxx.
Referenced by Init().
|
protectedvirtual |
Reimplemented in MucAbsorber, MucBakelite, MucBox, MucBoxCover, MucGap, MucGas, MucRpc, MucStrip, and MucStripPlane.
Definition at line 214 of file MucEntity.cxx.
Referenced by Init().
|
protectedvirtual |
Reimplemented in MucAbsorber, MucBakelite, MucBox, MucBoxCover, MucGap, MucGas, MucRpc, MucStrip, and MucStripPlane.
Definition at line 216 of file MucEntity.cxx.
Referenced by Init().
|
protectedvirtual |
Reimplemented in MucAbsorber, MucBakelite, MucBox, MucBoxCover, MucGap, MucGas, MucRpc, MucStrip, and MucStripPlane.
Definition at line 217 of file MucEntity.cxx.
Referenced by Init().
|
protectedvirtual |
Reimplemented in MucAbsorber, MucBox, and MucGap.
Definition at line 215 of file MucEntity.cxx.
Referenced by Init(), and MucStrip::Init().
|
protectedvirtual |
Reimplemented in MucAbsorber, MucBakelite, MucBox, MucBoxCover, MucGap, MucGas, MucRpc, and MucStripPlane.
Definition at line 205 of file MucEntity.cxx.
Referenced by Init().
|
protectedvirtual |
Reimplemented in MucAbsorber, MucBakelite, MucBox, MucBoxCover, MucGap, MucGas, MucRpc, and MucStripPlane.
Definition at line 203 of file MucEntity.cxx.
Referenced by Init().
|
protectedvirtual |
Reimplemented in MucAbsorber, MucBakelite, MucBox, MucBoxCover, MucGap, MucGas, MucRpc, and MucStripPlane.
Definition at line 204 of file MucEntity.cxx.
Referenced by Init().
|
protectedvirtual |
Reimplemented in MucAbsorber, MucBakelite, MucBox, MucBoxCover, MucGap, MucGas, MucRpc, and MucStripPlane.
Definition at line 202 of file MucEntity.cxx.
Referenced by Init().
|
protectedvirtual |
Reimplemented in MucAbsorber, MucBakelite, MucBox, MucBoxCover, MucGap, MucGas, MucRpc, MucStrip, and MucStripPlane.
Definition at line 206 of file MucEntity.cxx.
Referenced by Init().
|
protectedvirtual |
Reimplemented in MucAbsorber, MucBakelite, MucBox, MucBoxCover, MucGap, MucGas, MucRpc, MucStrip, and MucStripPlane.
Definition at line 207 of file MucEntity.cxx.
Referenced by Init().
|
protectedvirtual |
Reimplemented in MucAbsorber, MucBakelite, MucBox, MucBoxCover, MucGap, MucGas, MucRpc, MucStrip, and MucStripPlane.
Definition at line 209 of file MucEntity.cxx.
Referenced by Init().
|
protectedvirtual |
Reimplemented in MucAbsorber, MucBakelite, MucBox, MucBoxCover, MucGap, MucGas, MucRpc, MucStrip, and MucStripPlane.
Definition at line 208 of file MucEntity.cxx.
Referenced by Init().
void MucEntity::TransBesToLoc | ( | double | LocCoord[], |
double | BesCoord[], | ||
double | LocOrgInBes[], | ||
double | Rot_z | ||
) |
Definition at line 223 of file MucEntity.cxx.
Referenced by MucRpc::SetObjOrgInLoc(), and MucStrip::SetObjOrgInLoc().
void MucEntity::TransLocToBes | ( | double | LocCoord[], |
double | BesCoord[], | ||
double | LocOrgInBes[], | ||
double | Rot_z | ||
) |
Definition at line 232 of file MucEntity.cxx.
Referenced by MucBakelite::SetObjOrgInBes(), MucGas::SetObjOrgInBes(), MucRpc::SetObjOrgInBes(), and MucStrip::SetObjOrgInBes().
|
protected |
Definition at line 107 of file MucEntity.h.
Referenced by GetArea(), MucEntity(), operator=(), MucBox::SetArea(), SetArea(), and MucStrip::SetArea().
|
protected |
Definition at line 103 of file MucEntity.h.
Referenced by GetH(), MucEntity(), operator=(), MucAbsorber::SetH(), MucBakelite::SetH(), MucBox::SetH(), MucBoxCover::SetH(), SetH(), MucGap::SetH(), MucGas::SetH(), MucRpc::SetH(), MucStrip::SetH(), MucStripPlane::SetH(), and MucStripPlane::SetObjOrgInBes().
|
protected |
Definition at line 93 of file MucEntity.h.
Referenced by MucRpc::GetGas(), GetID(), MucEntity(), operator=(), MucBox::SetAlignment(), MucStripPlane::SetAlignment(), MucRpc::SetBarrelRpcInLoc(), MucStrip::SetBarrelStripInLoc(), MucStrip::SetCenterLine(), MucRpc::SetEndcapRpcInBes(), MucAbsorber::SetH(), MucBakelite::SetH(), MucBox::SetH(), MucBoxCover::SetH(), MucGap::SetH(), MucGas::SetH(), MucStripPlane::SetH(), MucStrip::SetHead(), MucBox::SetL(), MucBoxCover::SetL(), MucGap::SetL(), MucRpc::SetL(), MucStrip::SetL(), MucStripPlane::SetL(), MucAbsorber::SetLocOrgInBes(), MucBox::SetLocOrgInBes(), MucBoxCover::SetLocOrgInBes(), MucStripPlane::SetLocOrgInBes(), MucAbsorber::SetObjOrgInBes(), MucBox::SetObjOrgInBes(), MucBoxCover::SetObjOrgInBes(), MucGap::SetObjOrgInBes(), MucStripPlane::SetObjOrgInBes(), MucAbsorber::SetObjOrgInLoc(), MucBakelite::SetObjOrgInLoc(), MucBoxCover::SetObjOrgInLoc(), MucStripPlane::SetObjOrgInLoc(), MucAbsorber::SetRc(), MucBox::SetRc(), MucBoxCover::SetRc(), MucGap::SetRc(), MucStripPlane::SetRc(), MucAbsorber::SetRin(), MucBakelite::SetRin(), MucBox::SetRin(), MucBoxCover::SetRin(), MucGap::SetRin(), MucStripPlane::SetRin(), MucBakelite::SetRout(), MucStrip::SetTail(), MucAbsorber::SetTheta(), MucBox::SetTheta(), MucBoxCover::SetTheta(), MucGap::SetTheta(), MucRpc::SetTheta(), MucStripPlane::SetTheta(), MucAbsorber::SetW(), MucBox::SetW(), MucBoxCover::SetW(), MucGap::SetW(), MucRpc::SetW(), MucStrip::SetW(), MucStripPlane::SetW(), MucAbsorber::SetWd(), MucBox::SetWd(), MucBoxCover::SetWd(), MucGap::SetWd(), MucRpc::SetWd(), MucStripPlane::SetWd(), MucAbsorber::SetWu(), MucBox::SetWu(), MucBoxCover::SetWu(), MucGap::SetWu(), MucRpc::SetWu(), and MucStripPlane::SetWu().
|
protected |
Definition at line 104 of file MucEntity.h.
Referenced by GetL(), MucEntity(), operator=(), MucBox::SetArea(), MucStrip::SetArea(), MucAbsorber::SetL(), MucBakelite::SetL(), MucBox::SetL(), MucBoxCover::SetL(), SetL(), MucGap::SetL(), MucGas::SetL(), MucRpc::SetL(), MucStrip::SetL(), MucStripPlane::SetL(), and MucStrip::SetPadNumber().
|
protected |
Definition at line 90 of file MucEntity.h.
Referenced by MucRpc::GetBakelite(), MucGap::GetBox(), MucBox::GetBoxCover(), MucRpc::GetGas(), GetLayer(), MucBox::GetRpc(), MucStripPlane::GetStrip(), MucBox::GetStripPlane(), MucEntity(), operator=(), MucBakelite::SetBarrelRpcInBes(), MucGas::SetBarrelRpcInBes(), MucRpc::SetBarrelRpcInLoc(), MucStrip::SetBarrelStripInLoc(), MucStrip::SetCenterLine(), MucBakelite::SetEndcapRpcInBes(), MucGas::SetEndcapRpcInBes(), MucRpc::SetEndcapRpcInBes(), MucStrip::SetEndcapStripInBes(), MucAbsorber::SetH(), MucBox::SetH(), MucBoxCover::SetH(), MucGap::SetH(), MucStripPlane::SetH(), MucStrip::SetHead(), MucAbsorber::SetL(), MucBakelite::SetL(), MucBox::SetL(), MucBoxCover::SetL(), MucGas::SetL(), MucRpc::SetL(), MucStrip::SetL(), MucStripPlane::SetL(), MucAbsorber::SetLocOrgInBes(), MucBox::SetLocOrgInBes(), MucBoxCover::SetLocOrgInBes(), MucGap::SetLocOrgInBes(), MucRpc::SetLocOrgInBes(), MucStrip::SetLocOrgInBes(), MucStripPlane::SetLocOrgInBes(), MucBox::SetObjOrgInBes(), MucBoxCover::SetObjOrgInBes(), MucGap::SetObjOrgInBes(), MucBoxCover::SetObjOrgInLoc(), MucStripPlane::SetObjOrgInLoc(), MucAbsorber::SetRc(), MucBox::SetRc(), MucBoxCover::SetRc(), MucGap::SetRc(), MucStripPlane::SetRc(), MucAbsorber::SetRin(), MucBakelite::SetRin(), MucBox::SetRin(), MucBoxCover::SetRin(), MucGap::SetRin(), MucGas::SetRin(), MucRpc::SetRin(), MucStripPlane::SetRin(), MucAbsorber::SetRout(), MucBakelite::SetRout(), MucBox::SetRout(), MucBoxCover::SetRout(), MucGap::SetRout(), MucGas::SetRout(), MucRpc::SetRout(), MucStripPlane::SetRout(), MucStrip::SetTail(), MucAbsorber::SetThin(), MucStrip::SetType(), MucBakelite::SetW(), MucBox::SetW(), MucBoxCover::SetW(), MucGap::SetW(), MucGas::SetW(), MucRpc::SetW(), MucStrip::SetW(), and MucStripPlane::SetW().
|
protected |
Definition at line 109 of file MucEntity.h.
Referenced by GetLocOrgInBes(), MucEntity(), operator=(), MucBakelite::SetBarrelRpcInBes(), MucGas::SetBarrelRpcInBes(), MucBakelite::SetEndcapRpcInBes(), MucGas::SetEndcapRpcInBes(), MucAbsorber::SetLocOrgInBes(), MucBox::SetLocOrgInBes(), MucBoxCover::SetLocOrgInBes(), SetLocOrgInBes(), MucGap::SetLocOrgInBes(), MucRpc::SetLocOrgInBes(), MucStrip::SetLocOrgInBes(), MucStripPlane::SetLocOrgInBes(), MucAbsorber::SetObjOrgInBes(), MucBakelite::SetObjOrgInBes(), MucBox::SetObjOrgInBes(), MucBoxCover::SetObjOrgInBes(), MucGap::SetObjOrgInBes(), MucGas::SetObjOrgInBes(), MucRpc::SetObjOrgInBes(), MucStrip::SetObjOrgInBes(), MucStripPlane::SetObjOrgInBes(), MucAbsorber::SetObjOrgInLoc(), MucBox::SetObjOrgInLoc(), MucBoxCover::SetObjOrgInLoc(), MucGap::SetObjOrgInLoc(), MucRpc::SetObjOrgInLoc(), MucStrip::SetObjOrgInLoc(), MucStripPlane::SetObjOrgInLoc(), and ~MucEntity().
|
protected |
Definition at line 118 of file MucEntity.h.
Referenced by GetObjOrgInBes(), MucEntity(), operator=(), MucRpc::SetEndcapRpcInBes(), MucStrip::SetEndcapStripInBes(), MucAbsorber::SetObjOrgInBes(), MucBakelite::SetObjOrgInBes(), MucBox::SetObjOrgInBes(), MucBoxCover::SetObjOrgInBes(), SetObjOrgInBes(), MucGap::SetObjOrgInBes(), MucGas::SetObjOrgInBes(), MucRpc::SetObjOrgInBes(), MucStrip::SetObjOrgInBes(), MucStripPlane::SetObjOrgInBes(), MucAbsorber::SetObjOrgInLoc(), MucBox::SetObjOrgInLoc(), MucBoxCover::SetObjOrgInLoc(), MucGap::SetObjOrgInLoc(), MucRpc::SetObjOrgInLoc(), MucStrip::SetObjOrgInLoc(), MucStripPlane::SetObjOrgInLoc(), and ~MucEntity().
|
protected |
Definition at line 119 of file MucEntity.h.
Referenced by GetObjOrgInLoc(), MucEntity(), operator=(), MucBox::SetAlignment(), MucStripPlane::SetAlignment(), MucRpc::SetBarrelRpcInLoc(), MucStrip::SetBarrelStripInLoc(), MucBakelite::SetObjOrgInBes(), MucGas::SetObjOrgInBes(), MucRpc::SetObjOrgInBes(), MucStrip::SetObjOrgInBes(), MucAbsorber::SetObjOrgInLoc(), MucBakelite::SetObjOrgInLoc(), MucBox::SetObjOrgInLoc(), MucBoxCover::SetObjOrgInLoc(), SetObjOrgInLoc(), MucGap::SetObjOrgInLoc(), MucGas::SetObjOrgInLoc(), MucRpc::SetObjOrgInLoc(), MucStrip::SetObjOrgInLoc(), MucStripPlane::SetObjOrgInLoc(), and ~MucEntity().
|
protected |
Definition at line 111 of file MucEntity.h.
Referenced by GetObjRotToMot(), MucEntity(), operator=(), MucAbsorber::SetObjRotToMot(), MucBox::SetObjRotToMot(), SetObjRotToMot(), MucGap::SetObjRotToMot(), and ~MucEntity().
|
protected |
Definition at line 88 of file MucEntity.h.
Referenced by MucRpc::GetBakelite(), MucGap::GetBox(), MucBox::GetBoxCover(), MucRpc::GetGas(), GetPart(), MucBox::GetRpc(), MucStripPlane::GetStrip(), MucBox::GetStripPlane(), MucEntity(), operator=(), MucBox::SetAlignment(), MucStripPlane::SetAlignment(), MucBox::SetArea(), MucBakelite::SetBarrelRpcInBes(), MucGas::SetBarrelRpcInBes(), MucRpc::SetBarrelRpcInLoc(), MucBakelite::SetEndcapRpcInBes(), MucGas::SetEndcapRpcInBes(), MucRpc::SetEndcapRpcInBes(), MucStrip::SetEndcapStripInBes(), MucAbsorber::SetH(), MucBakelite::SetH(), MucBox::SetH(), MucBoxCover::SetH(), MucGap::SetH(), MucGas::SetH(), MucRpc::SetH(), MucStripPlane::SetH(), MucAbsorber::SetL(), MucBakelite::SetL(), MucBox::SetL(), MucBoxCover::SetL(), MucGap::SetL(), MucGas::SetL(), MucRpc::SetL(), MucStrip::SetL(), MucStripPlane::SetL(), MucAbsorber::SetLocOrgInBes(), MucBakelite::SetLocOrgInBes(), MucBox::SetLocOrgInBes(), MucBoxCover::SetLocOrgInBes(), MucGap::SetLocOrgInBes(), MucGas::SetLocOrgInBes(), MucRpc::SetLocOrgInBes(), MucStrip::SetLocOrgInBes(), MucStripPlane::SetLocOrgInBes(), MucAbsorber::SetObjOrgInBes(), MucBox::SetObjOrgInBes(), MucBoxCover::SetObjOrgInBes(), MucGap::SetObjOrgInBes(), MucRpc::SetObjOrgInBes(), MucStrip::SetObjOrgInBes(), MucStripPlane::SetObjOrgInBes(), MucAbsorber::SetObjOrgInLoc(), MucBakelite::SetObjOrgInLoc(), MucBox::SetObjOrgInLoc(), MucBoxCover::SetObjOrgInLoc(), MucGap::SetObjOrgInLoc(), MucRpc::SetObjOrgInLoc(), MucStrip::SetObjOrgInLoc(), MucStripPlane::SetObjOrgInLoc(), MucAbsorber::SetObjRotToMot(), MucBox::SetObjRotToMot(), MucGap::SetObjRotToMot(), MucBakelite::SetPhi(), MucGas::SetPhi(), MucRpc::SetPhi(), MucStrip::SetPhi(), MucAbsorber::SetRc(), MucBox::SetRc(), MucBoxCover::SetRc(), MucGap::SetRc(), MucStripPlane::SetRc(), MucAbsorber::SetRin(), MucBakelite::SetRin(), MucBox::SetRin(), MucBoxCover::SetRin(), MucGap::SetRin(), MucGas::SetRin(), MucRpc::SetRin(), MucStripPlane::SetRin(), MucAbsorber::SetRout(), MucBakelite::SetRout(), MucBox::SetRout(), MucBoxCover::SetRout(), MucGap::SetRout(), MucGas::SetRout(), MucRpc::SetRout(), MucStripPlane::SetRout(), MucAbsorber::SetTheta(), MucBakelite::SetTheta(), MucBox::SetTheta(), MucBoxCover::SetTheta(), MucGap::SetTheta(), MucGas::SetTheta(), MucRpc::SetTheta(), MucStripPlane::SetTheta(), MucAbsorber::SetThin(), MucStrip::SetType(), MucAbsorber::SetW(), MucBakelite::SetW(), MucBox::SetW(), MucBoxCover::SetW(), MucGap::SetW(), MucGas::SetW(), MucRpc::SetW(), MucStrip::SetW(), MucStripPlane::SetW(), MucAbsorber::SetWd(), MucBakelite::SetWd(), MucBox::SetWd(), MucBoxCover::SetWd(), MucGap::SetWd(), MucGas::SetWd(), MucRpc::SetWd(), MucStripPlane::SetWd(), MucAbsorber::SetWu(), MucBakelite::SetWu(), MucBox::SetWu(), MucBoxCover::SetWu(), MucGap::SetWu(), MucGas::SetWu(), MucRpc::SetWu(), and MucStripPlane::SetWu().
|
protected |
Definition at line 100 of file MucEntity.h.
Referenced by GetRc(), MucBakelite::SetEndcapRpcInBes(), MucGas::SetEndcapRpcInBes(), MucRpc::SetEndcapRpcInBes(), MucAbsorber::SetLocOrgInBes(), MucBox::SetLocOrgInBes(), MucBoxCover::SetLocOrgInBes(), MucGap::SetLocOrgInBes(), MucStripPlane::SetLocOrgInBes(), MucAbsorber::SetObjOrgInBes(), MucBox::SetObjOrgInBes(), MucBoxCover::SetObjOrgInBes(), MucGap::SetObjOrgInBes(), MucStripPlane::SetObjOrgInBes(), MucAbsorber::SetRc(), MucBakelite::SetRc(), MucBox::SetRc(), MucBoxCover::SetRc(), SetRc(), MucGap::SetRc(), MucGas::SetRc(), MucRpc::SetRc(), MucStripPlane::SetRc(), MucBakelite::SetW(), MucGas::SetW(), and MucRpc::SetW().
|
protected |
Definition at line 98 of file MucEntity.h.
Referenced by GetRin(), MucBakelite::SetH(), MucGas::SetH(), MucRpc::SetH(), MucAbsorber::SetRc(), MucBakelite::SetRc(), MucBox::SetRc(), MucBoxCover::SetRc(), MucGap::SetRc(), MucGas::SetRc(), MucRpc::SetRc(), MucStripPlane::SetRc(), MucAbsorber::SetRin(), MucBakelite::SetRin(), MucBox::SetRin(), MucBoxCover::SetRin(), SetRin(), MucGap::SetRin(), MucGas::SetRin(), MucRpc::SetRin(), MucStripPlane::SetRin(), MucBakelite::SetW(), MucGas::SetW(), MucRpc::SetW(), MucBakelite::SetWd(), MucGas::SetWd(), MucRpc::SetWd(), MucAbsorber::SetWu(), MucBakelite::SetWu(), MucBox::SetWu(), MucBoxCover::SetWu(), MucGap::SetWu(), MucGas::SetWu(), MucRpc::SetWu(), and MucStripPlane::SetWu().
|
protected |
Definition at line 99 of file MucEntity.h.
Referenced by GetRout(), MucBakelite::SetH(), MucGas::SetH(), MucRpc::SetH(), MucAbsorber::SetRc(), MucBakelite::SetRc(), MucBox::SetRc(), MucBoxCover::SetRc(), MucGap::SetRc(), MucGas::SetRc(), MucRpc::SetRc(), MucStripPlane::SetRc(), MucAbsorber::SetRout(), MucBakelite::SetRout(), MucBox::SetRout(), MucBoxCover::SetRout(), SetRout(), MucGap::SetRout(), MucGas::SetRout(), MucRpc::SetRout(), MucStripPlane::SetRout(), MucAbsorber::SetW(), MucAbsorber::SetWd(), MucBakelite::SetWd(), MucBox::SetWd(), MucBoxCover::SetWd(), MucGap::SetWd(), MucGas::SetWd(), MucRpc::SetWd(), and MucStripPlane::SetWd().
|
protected |
Definition at line 92 of file MucEntity.h.
Referenced by MucRpc::GetBakelite(), GetRpcId(), MucEntity(), operator=(), MucBakelite::SetBarrelRpcInBes(), MucGas::SetBarrelRpcInBes(), MucBakelite::SetEndcapRpcInBes(), MucGas::SetEndcapRpcInBes(), MucBakelite::SetL(), MucGas::SetL(), MucBakelite::SetTheta(), MucGas::SetTheta(), MucBakelite::SetW(), MucGas::SetW(), MucBakelite::SetWd(), MucGas::SetWd(), MucBakelite::SetWu(), and MucGas::SetWu().
|
protected |
Definition at line 89 of file MucEntity.h.
Referenced by MucRpc::GetBakelite(), MucGap::GetBox(), MucBox::GetBoxCover(), MucRpc::GetGas(), MucBox::GetRpc(), GetSegment(), MucStripPlane::GetStrip(), MucBox::GetStripPlane(), MucEntity(), operator=(), MucBakelite::SetBarrelRpcInBes(), MucGas::SetBarrelRpcInBes(), MucRpc::SetBarrelRpcInLoc(), MucStrip::SetBarrelStripInLoc(), MucStrip::SetCenterLine(), MucBakelite::SetEndcapRpcInBes(), MucGas::SetEndcapRpcInBes(), MucRpc::SetEndcapRpcInBes(), MucStrip::SetHead(), MucBakelite::SetL(), MucBox::SetL(), MucBoxCover::SetL(), MucGap::SetL(), MucGas::SetL(), MucRpc::SetL(), MucStrip::SetL(), MucStripPlane::SetL(), MucAbsorber::SetLocOrgInBes(), MucBox::SetLocOrgInBes(), MucBoxCover::SetLocOrgInBes(), MucGap::SetLocOrgInBes(), MucRpc::SetLocOrgInBes(), MucStrip::SetLocOrgInBes(), MucStripPlane::SetLocOrgInBes(), MucAbsorber::SetObjOrgInBes(), MucBox::SetObjOrgInBes(), MucBoxCover::SetObjOrgInBes(), MucGap::SetObjOrgInBes(), MucStripPlane::SetObjOrgInBes(), MucBox::SetObjOrgInLoc(), MucBoxCover::SetObjOrgInLoc(), MucGap::SetObjOrgInLoc(), MucStripPlane::SetObjOrgInLoc(), MucAbsorber::SetObjRotToMot(), MucBox::SetObjRotToMot(), MucGap::SetObjRotToMot(), MucBakelite::SetPhi(), MucGas::SetPhi(), MucRpc::SetPhi(), MucStrip::SetPhi(), MucStrip::SetTail(), MucAbsorber::SetTheta(), MucBakelite::SetTheta(), MucBox::SetTheta(), MucBoxCover::SetTheta(), MucGap::SetTheta(), MucGas::SetTheta(), MucRpc::SetTheta(), MucStripPlane::SetTheta(), MucBakelite::SetW(), MucBox::SetW(), MucBoxCover::SetW(), MucGap::SetW(), MucGas::SetW(), MucRpc::SetW(), MucStrip::SetW(), and MucStripPlane::SetW().
|
protected |
Definition at line 95 of file MucEntity.h.
Referenced by GetTheta(), MucEntity(), operator=(), MucBakelite::SetBarrelRpcInBes(), MucGas::SetBarrelRpcInBes(), MucRpc::SetEndcapRpcInBes(), MucAbsorber::SetLocOrgInBes(), MucBox::SetLocOrgInBes(), MucBoxCover::SetLocOrgInBes(), MucGap::SetLocOrgInBes(), MucRpc::SetLocOrgInBes(), MucStripPlane::SetLocOrgInBes(), MucAbsorber::SetObjOrgInBes(), MucBox::SetObjOrgInBes(), MucBoxCover::SetObjOrgInBes(), MucGap::SetObjOrgInBes(), MucStripPlane::SetObjOrgInBes(), MucAbsorber::SetTheta(), MucBakelite::SetTheta(), MucBox::SetTheta(), MucBoxCover::SetTheta(), SetTheta(), MucGap::SetTheta(), MucGas::SetTheta(), MucRpc::SetTheta(), and MucStripPlane::SetTheta().
|
protected |
Definition at line 101 of file MucEntity.h.
Referenced by GetThin(), MucEntity(), operator=(), MucAbsorber::SetLocOrgInBes(), MucAbsorber::SetThin(), MucBakelite::SetThin(), MucBox::SetThin(), MucBoxCover::SetThin(), SetThin(), MucGap::SetThin(), MucGas::SetThin(), MucRpc::SetThin(), MucStrip::SetThin(), and MucStripPlane::SetThin().
|
protected |
Definition at line 91 of file MucEntity.h.
Referenced by MucRpc::GetBakelite(), MucRpc::GetGas(), GetUpDown(), MucEntity(), operator=(), MucBakelite::SetBarrelRpcInBes(), MucGas::SetBarrelRpcInBes(), MucRpc::SetBarrelRpcInLoc(), MucBakelite::SetEndcapRpcInBes(), MucGas::SetEndcapRpcInBes(), MucRpc::SetEndcapRpcInBes(), MucBakelite::SetH(), MucGas::SetH(), MucBakelite::SetL(), MucGas::SetL(), MucRpc::SetL(), MucBoxCover::SetLocOrgInBes(), MucBoxCover::SetObjOrgInBes(), MucBoxCover::SetObjOrgInLoc(), MucBakelite::SetRin(), MucGas::SetRin(), MucRpc::SetRin(), MucBakelite::SetRout(), MucGas::SetRout(), MucRpc::SetRout(), MucBakelite::SetTheta(), MucGas::SetTheta(), MucRpc::SetTheta(), MucBakelite::SetW(), MucGas::SetW(), MucRpc::SetW(), MucBakelite::SetWd(), MucGas::SetWd(), MucRpc::SetWd(), MucBakelite::SetWu(), MucGas::SetWu(), and MucRpc::SetWu().
|
protected |
Definition at line 102 of file MucEntity.h.
Referenced by GetW(), MucEntity(), operator=(), MucBox::SetArea(), MucStrip::SetArea(), MucStrip::SetCenterLine(), MucStripPlane::SetObjOrgInBes(), MucStripPlane::SetObjOrgInLoc(), MucStrip::SetPadNumber(), MucStrip::SetTail(), MucAbsorber::SetW(), MucBakelite::SetW(), MucBox::SetW(), MucBoxCover::SetW(), SetW(), MucGap::SetW(), MucGas::SetW(), MucRpc::SetW(), MucStrip::SetW(), MucStripPlane::SetW(), MucAbsorber::SetWd(), MucBakelite::SetWd(), MucBox::SetWd(), MucBoxCover::SetWd(), MucGap::SetWd(), MucGas::SetWd(), MucRpc::SetWd(), MucStrip::SetWd(), MucStripPlane::SetWd(), MucAbsorber::SetWu(), MucBakelite::SetWu(), MucBox::SetWu(), MucBoxCover::SetWu(), MucGap::SetWu(), MucGas::SetWu(), MucRpc::SetWu(), MucStrip::SetWu(), and MucStripPlane::SetWu().
|
protected |
Definition at line 106 of file MucEntity.h.
Referenced by GetWd(), MucEntity(), operator=(), MucBakelite::SetEndcapRpcInBes(), MucGas::SetEndcapRpcInBes(), MucRpc::SetEndcapRpcInBes(), MucAbsorber::SetWd(), MucBakelite::SetWd(), MucBox::SetWd(), MucBoxCover::SetWd(), SetWd(), MucGap::SetWd(), MucGas::SetWd(), MucRpc::SetWd(), MucStrip::SetWd(), and MucStripPlane::SetWd().
|
protected |
Definition at line 105 of file MucEntity.h.
Referenced by GetWu(), MucEntity(), operator=(), MucAbsorber::SetWu(), MucBakelite::SetWu(), MucBox::SetWu(), MucBoxCover::SetWu(), SetWu(), MucGap::SetWu(), MucGas::SetWu(), MucRpc::SetWu(), MucStrip::SetWu(), and MucStripPlane::SetWu().