#include <MucGapCal.h>
|
| | MucGapCal (int part, int segment, int layer) |
| | MucGapCal (const MucGapCal &other) |
| MucGapCal & | operator= (const MucGapCal &other) |
| | ~MucGapCal () |
| MucBoxCal * | GetBox () |
| | MucGapCal (int part, int segment, int layer) |
| | MucGapCal (const MucGapCal &other) |
| MucGapCal & | operator= (const MucGapCal &other) |
| | ~MucGapCal () |
| MucBoxCal * | GetBox () |
| | MucGapCal (int part, int segment, int layer) |
| | MucGapCal (const MucGapCal &other) |
| MucGapCal & | operator= (const MucGapCal &other) |
| | ~MucGapCal () |
| MucBoxCal * | GetBox () |
| | MucEntityCal (int part, int segment, int layer) |
| | MucEntityCal (int part, int segment, int layer, int id) |
| | MucEntityCal (const MucEntityCal &other) |
| MucEntityCal & | operator= (const MucEntityCal &other) |
| virtual | ~MucEntityCal () |
| int | GetPart () |
| int | GetSegment () |
| int | GetLayer () |
| int | GetID () |
| double | GetTheta () |
| double | GetRin () |
| double | GetRout () |
| double | GetRc () |
| double | GetThin () |
| double | GetW () |
| double | GetH () |
| double | GetL () |
| double | GetWu () |
| double | GetWd () |
| double | GetArea () |
| | MucEntityCal (int part, int segment, int layer) |
| | MucEntityCal (int part, int segment, int layer, int id) |
| | MucEntityCal (const MucEntityCal &other) |
| MucEntityCal & | operator= (const MucEntityCal &other) |
| virtual | ~MucEntityCal () |
| int | GetPart () |
| int | GetSegment () |
| int | GetLayer () |
| int | GetID () |
| double | GetTheta () |
| double | GetRin () |
| double | GetRout () |
| double | GetRc () |
| double | GetThin () |
| double | GetW () |
| double | GetH () |
| double | GetL () |
| double | GetWu () |
| double | GetWd () |
| double | GetArea () |
| | MucEntityCal (int part, int segment, int layer) |
| | MucEntityCal (int part, int segment, int layer, int id) |
| | MucEntityCal (const MucEntityCal &other) |
| MucEntityCal & | operator= (const MucEntityCal &other) |
| virtual | ~MucEntityCal () |
| int | GetPart () |
| int | GetSegment () |
| int | GetLayer () |
| int | GetID () |
| double | GetTheta () |
| double | GetRin () |
| double | GetRout () |
| double | GetRc () |
| double | GetThin () |
| double | GetW () |
| double | GetH () |
| double | GetL () |
| double | GetWu () |
| double | GetWd () |
| double | GetArea () |
◆ MucGapCal() [1/6]
| MucGapCal::MucGapCal |
( |
int | part, |
|
|
int | segment, |
|
|
int | layer ) |
◆ MucGapCal() [2/6]
| MucGapCal::MucGapCal |
( |
const MucGapCal & | other | ) |
|
Definition at line 24 of file MucGapCal.cxx.
25 m_MucBoxCal =
other.m_MucBoxCal;
26}
Index other(Index i, Index j)
◆ ~MucGapCal() [1/3]
| MucGapCal::~MucGapCal |
( |
| ) |
|
◆ MucGapCal() [3/6]
| MucGapCal::MucGapCal |
( |
int | part, |
|
|
int | segment, |
|
|
int | layer ) |
◆ MucGapCal() [4/6]
| MucGapCal::MucGapCal |
( |
const MucGapCal & | other | ) |
|
◆ ~MucGapCal() [2/3]
| MucGapCal::~MucGapCal |
( |
| ) |
|
◆ MucGapCal() [5/6]
| MucGapCal::MucGapCal |
( |
int | part, |
|
|
int | segment, |
|
|
int | layer ) |
◆ MucGapCal() [6/6]
| MucGapCal::MucGapCal |
( |
const MucGapCal & | other | ) |
|
◆ ~MucGapCal() [3/3]
| MucGapCal::~MucGapCal |
( |
| ) |
|
◆ GetBox() [1/3]
Definition at line 57 of file MucGapCal.cxx.
57 {
58 if ( m_MucBoxCal != NULL ) return m_MucBoxCal;
60}
◆ GetBox() [2/3]
◆ GetBox() [3/3]
◆ Init() [1/3]
◆ Init() [2/3]
| virtual void MucGapCal::Init |
( |
| ) |
|
|
protectedvirtual |
◆ Init() [3/3]
| virtual void MucGapCal::Init |
( |
| ) |
|
|
protectedvirtual |
◆ operator=() [1/3]
Definition at line 29 of file MucGapCal.cxx.
29 {
30 if ( this == &other ) return *this;
32 m_MucBoxCal =
other.m_MucBoxCal;
33
34 return *this;
35}
MucEntityCal & operator=(const MucEntityCal &other)
◆ operator=() [2/3]
◆ operator=() [3/3]
◆ SetH() [1/3]
◆ SetH() [2/3]
| virtual void MucGapCal::SetH |
( |
| ) |
|
|
protectedvirtual |
◆ SetH() [3/3]
| virtual void MucGapCal::SetH |
( |
| ) |
|
|
protectedvirtual |
◆ SetL() [1/3]
◆ SetL() [2/3]
| virtual void MucGapCal::SetL |
( |
| ) |
|
|
protectedvirtual |
◆ SetL() [3/3]
| virtual void MucGapCal::SetL |
( |
| ) |
|
|
protectedvirtual |
◆ SetRc() [1/3]
| void MucGapCal::SetRc |
( |
| ) |
|
|
protectedvirtual |
◆ SetRc() [2/3]
| virtual void MucGapCal::SetRc |
( |
| ) |
|
|
protectedvirtual |
◆ SetRc() [3/3]
| virtual void MucGapCal::SetRc |
( |
| ) |
|
|
protectedvirtual |
◆ SetRin() [1/3]
| void MucGapCal::SetRin |
( |
| ) |
|
|
protectedvirtual |
◆ SetRin() [2/3]
| virtual void MucGapCal::SetRin |
( |
| ) |
|
|
protectedvirtual |
◆ SetRin() [3/3]
| virtual void MucGapCal::SetRin |
( |
| ) |
|
|
protectedvirtual |
◆ SetRout() [1/3]
| void MucGapCal::SetRout |
( |
| ) |
|
|
protectedvirtual |
◆ SetRout() [2/3]
| virtual void MucGapCal::SetRout |
( |
| ) |
|
|
protectedvirtual |
◆ SetRout() [3/3]
| virtual void MucGapCal::SetRout |
( |
| ) |
|
|
protectedvirtual |
◆ SetTheta() [1/3]
| void MucGapCal::SetTheta |
( |
| ) |
|
|
protectedvirtual |
◆ SetTheta() [2/3]
| virtual void MucGapCal::SetTheta |
( |
| ) |
|
|
protectedvirtual |
◆ SetTheta() [3/3]
| virtual void MucGapCal::SetTheta |
( |
| ) |
|
|
protectedvirtual |
◆ SetThin() [1/3]
| void MucGapCal::SetThin |
( |
| ) |
|
|
protectedvirtual |
◆ SetThin() [2/3]
| virtual void MucGapCal::SetThin |
( |
| ) |
|
|
protectedvirtual |
◆ SetThin() [3/3]
| virtual void MucGapCal::SetThin |
( |
| ) |
|
|
protectedvirtual |
◆ SetW() [1/3]
◆ SetW() [2/3]
| virtual void MucGapCal::SetW |
( |
| ) |
|
|
protectedvirtual |
◆ SetW() [3/3]
| virtual void MucGapCal::SetW |
( |
| ) |
|
|
protectedvirtual |
◆ SetWd() [1/3]
| void MucGapCal::SetWd |
( |
| ) |
|
|
protectedvirtual |
◆ SetWd() [2/3]
| virtual void MucGapCal::SetWd |
( |
| ) |
|
|
protectedvirtual |
◆ SetWd() [3/3]
| virtual void MucGapCal::SetWd |
( |
| ) |
|
|
protectedvirtual |
◆ SetWu() [1/3]
| void MucGapCal::SetWu |
( |
| ) |
|
|
protectedvirtual |
◆ SetWu() [2/3]
| virtual void MucGapCal::SetWu |
( |
| ) |
|
|
protectedvirtual |
◆ SetWu() [3/3]
| virtual void MucGapCal::SetWu |
( |
| ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following files: