![]() |
ATLAS Offline Software
|
#include <MuonSpShower.h>
Public Member Functions | |
| MuonSpShower () | |
| Default Constructor needed for persistency. | |
| MuonSpShower (const float eta, const float phi, const unsigned short numOfTriggerHits, const unsigned short numOfInnerHits, const unsigned short numOfMiddleHits, const unsigned short numOfOuterHits, const unsigned short numOfInnerSegments, const unsigned short numOfMiddleSegments, const unsigned short numOfOuterSegments) | |
| constructor | |
| MuonSpShower (const MuonSpShower &rhs) | |
| copy constructor | |
| MuonSpShower & | operator= (const MuonSpShower &) |
| Assignement operator. | |
| virtual | ~MuonSpShower () |
| Destructor. | |
| float | eta () const |
| return the Jet axis - eta | |
| float | phi () const |
| return the Jet axis - phi | |
| unsigned short | numberOfTriggerHits () const |
| return the number of Trigger hits | |
| unsigned short | numberOfInnerHits () const |
| return the number of Inner hits | |
| unsigned short | numberOfMiddleHits () const |
| return the number of Middle hits | |
| unsigned short | numberOfOuterHits () const |
| return the number of Outer hits | |
| unsigned short | numberOfInnerSegments () const |
| return the number of Inner segments | |
| unsigned short | numberOfMiddleSegments () const |
| return the number of Middle segments | |
| unsigned short | numberOfOuterSegments () const |
| return the number of Outer segments | |
| void | set_eta (const float axisEta) |
| set the Jet axis - eta | |
| void | set_phi (const float axisPhi) |
| set the Jet axis - phi | |
| void | set_numberOfTriggerHits (const unsigned short nHit) |
| set the number of Trigger Hits | |
| void | set_numberOfInnerHits (const unsigned short nHit) |
| set the number of Inner Hits | |
| void | set_numberOfMiddleHits (const unsigned short nHit) |
| set the number of Middle Hits | |
| void | set_numberOfOuterHits (const unsigned short nHit) |
| set the number of Outer Hits | |
| void | set_numberOfInnerSegments (const unsigned short nSeg) |
| set the number of Inner segments | |
| void | set_numberOfMiddleSegments (const unsigned short nSeg) |
| set the number of Middle segments | |
| void | set_numberOfOuterSegments (const unsigned short nSeg) |
| set the number of Outer segments | |
Private Attributes | |
| float | m_eta |
| float | m_phi |
| unsigned short | m_numberOfTriggerHits |
| unsigned short | m_numberOfInnerHits |
| unsigned short | m_numberOfInnerSegments |
| unsigned short | m_numberOfMiddleHits |
| unsigned short | m_numberOfMiddleSegments |
| unsigned short | m_numberOfOuterHits |
| unsigned short | m_numberOfOuterSegments |
Definition at line 27 of file MuonSpShower.h.
| Rec::MuonSpShower::MuonSpShower | ( | ) |
Default Constructor needed for persistency.
default constructor
Definition at line 19 of file MuonSpShower.cxx.
| Rec::MuonSpShower::MuonSpShower | ( | const float | eta, |
| const float | phi, | ||
| const unsigned short | numOfTriggerHits, | ||
| const unsigned short | numOfInnerHits, | ||
| const unsigned short | numOfMiddleHits, | ||
| const unsigned short | numOfOuterHits, | ||
| const unsigned short | numOfInnerSegments, | ||
| const unsigned short | numOfMiddleSegments, | ||
| const unsigned short | numOfOuterSegments ) |
constructor
Full constructor.
Definition at line 32 of file MuonSpShower.cxx.
|
default |
copy constructor
Copy Constructor.
|
virtualdefault |
Destructor.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| MuonSpShower & Rec::MuonSpShower::operator= | ( | const MuonSpShower & | rhs | ) |
Assignement operator.
Definition at line 59 of file MuonSpShower.cxx.
|
inline |
|
inline |
|
inline |
set the number of Inner Hits
Definition at line 90 of file MuonSpShower.h.
|
inline |
set the number of Inner segments
Definition at line 97 of file MuonSpShower.h.
|
inline |
set the number of Middle Hits
Definition at line 92 of file MuonSpShower.h.
|
inline |
set the number of Middle segments
Definition at line 99 of file MuonSpShower.h.
|
inline |
set the number of Outer Hits
Definition at line 94 of file MuonSpShower.h.
|
inline |
set the number of Outer segments
Definition at line 101 of file MuonSpShower.h.
|
inline |
set the number of Trigger Hits
Definition at line 88 of file MuonSpShower.h.
|
inline |
|
private |
Definition at line 105 of file MuonSpShower.h.
|
private |
Definition at line 108 of file MuonSpShower.h.
|
private |
Definition at line 109 of file MuonSpShower.h.
|
private |
Definition at line 110 of file MuonSpShower.h.
|
private |
Definition at line 111 of file MuonSpShower.h.
|
private |
Definition at line 112 of file MuonSpShower.h.
|
private |
Definition at line 113 of file MuonSpShower.h.
|
private |
Definition at line 107 of file MuonSpShower.h.
|
private |
Definition at line 106 of file MuonSpShower.h.