#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 () |
|
| 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/4]
MucGapCal::MucGapCal |
( |
int |
part, |
|
|
int |
segment, |
|
|
int |
layer |
|
) |
| |
Definition at line 17 of file MucGapCal.cxx.
18{
20 m_MucBoxCal = NULL;
21}
◆ MucGapCal() [2/4]
MucGapCal::MucGapCal |
( |
const MucGapCal & |
other | ) |
|
Definition at line 24 of file MucGapCal.cxx.
25{
26 m_MucBoxCal =
other.m_MucBoxCal;
27}
Index other(Index i, Index j)
◆ ~MucGapCal() [1/2]
MucGapCal::~MucGapCal |
( |
| ) |
|
Definition at line 40 of file MucGapCal.cxx.
41{
42 delete m_MucBoxCal;
43}
◆ MucGapCal() [3/4]
MucGapCal::MucGapCal |
( |
int |
part, |
|
|
int |
segment, |
|
|
int |
layer |
|
) |
| |
◆ MucGapCal() [4/4]
MucGapCal::MucGapCal |
( |
const MucGapCal & |
other | ) |
|
◆ ~MucGapCal() [2/2]
MucGapCal::~MucGapCal |
( |
| ) |
|
◆ GetBox() [1/2]
Definition at line 63 of file MucGapCal.cxx.
64{
65 if( m_MucBoxCal != NULL )
66 return m_MucBoxCal;
67 else
69}
◆ GetBox() [2/2]
◆ Init() [1/2]
◆ Init() [2/2]
virtual void MucGapCal::Init |
( |
| ) |
|
|
protectedvirtual |
◆ operator=() [1/2]
Definition at line 30 of file MucGapCal.cxx.
31{
32 if( this == &other) return *this;
34 m_MucBoxCal =
other.m_MucBoxCal;
35
36 return *this;
37}
MucEntityCal & operator=(const MucEntityCal &other)
◆ operator=() [2/2]
◆ SetH() [1/2]
◆ SetH() [2/2]
virtual void MucGapCal::SetH |
( |
| ) |
|
|
protectedvirtual |
◆ SetL() [1/2]
◆ SetL() [2/2]
virtual void MucGapCal::SetL |
( |
| ) |
|
|
protectedvirtual |
◆ SetRc() [1/2]
void MucGapCal::SetRc |
( |
| ) |
|
|
protectedvirtual |
◆ SetRc() [2/2]
virtual void MucGapCal::SetRc |
( |
| ) |
|
|
protectedvirtual |
◆ SetRin() [1/2]
void MucGapCal::SetRin |
( |
| ) |
|
|
protectedvirtual |
◆ SetRin() [2/2]
virtual void MucGapCal::SetRin |
( |
| ) |
|
|
protectedvirtual |
◆ SetRout() [1/2]
void MucGapCal::SetRout |
( |
| ) |
|
|
protectedvirtual |
◆ SetRout() [2/2]
virtual void MucGapCal::SetRout |
( |
| ) |
|
|
protectedvirtual |
◆ SetTheta() [1/2]
void MucGapCal::SetTheta |
( |
| ) |
|
|
protectedvirtual |
◆ SetTheta() [2/2]
virtual void MucGapCal::SetTheta |
( |
| ) |
|
|
protectedvirtual |
◆ SetThin() [1/2]
void MucGapCal::SetThin |
( |
| ) |
|
|
protectedvirtual |
◆ SetThin() [2/2]
virtual void MucGapCal::SetThin |
( |
| ) |
|
|
protectedvirtual |
◆ SetW() [1/2]
◆ SetW() [2/2]
virtual void MucGapCal::SetW |
( |
| ) |
|
|
protectedvirtual |
◆ SetWd() [1/2]
void MucGapCal::SetWd |
( |
| ) |
|
|
protectedvirtual |
◆ SetWd() [2/2]
virtual void MucGapCal::SetWd |
( |
| ) |
|
|
protectedvirtual |
◆ SetWu() [1/2]
void MucGapCal::SetWu |
( |
| ) |
|
|
protectedvirtual |
◆ SetWu() [2/2]
virtual void MucGapCal::SetWu |
( |
| ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following files: