ATLAS Offline Software
|
#include <MuonSpShower.h>
Public Member Functions | |
MuonSpShower () | |
Default Constructor needed for persistency. More... | |
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 More... | |
MuonSpShower (const MuonSpShower &rhs) | |
copy constructor More... | |
MuonSpShower & | operator= (const MuonSpShower &) |
Assignement operator. More... | |
virtual | ~MuonSpShower () |
Destructor. More... | |
float | eta () const |
return the Jet axis - eta More... | |
float | phi () const |
return the Jet axis - phi More... | |
unsigned short | numberOfTriggerHits () const |
return the number of Trigger hits More... | |
unsigned short | numberOfInnerHits () const |
return the number of Inner hits More... | |
unsigned short | numberOfMiddleHits () const |
return the number of Middle hits More... | |
unsigned short | numberOfOuterHits () const |
return the number of Outer hits More... | |
unsigned short | numberOfInnerSegments () const |
return the number of Inner segments More... | |
unsigned short | numberOfMiddleSegments () const |
return the number of Middle segments More... | |
unsigned short | numberOfOuterSegments () const |
return the number of Outer segments More... | |
void | set_eta (const float axisEta) |
set the Jet axis - eta More... | |
void | set_phi (const float axisPhi) |
set the Jet axis - phi More... | |
void | set_numberOfTriggerHits (const unsigned short nHit) |
set the number of Trigger Hits More... | |
void | set_numberOfInnerHits (const unsigned short nHit) |
set the number of Inner Hits More... | |
void | set_numberOfMiddleHits (const unsigned short nHit) |
set the number of Middle Hits More... | |
void | set_numberOfOuterHits (const unsigned short nHit) |
set the number of Outer Hits More... | |
void | set_numberOfInnerSegments (const unsigned short nSeg) |
set the number of Inner segments More... | |
void | set_numberOfMiddleSegments (const unsigned short nSeg) |
set the number of Middle segments More... | |
void | set_numberOfOuterSegments (const unsigned short nSeg) |
set the number of Outer segments More... | |
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 39 of file MuonSpShower.h.
Rec::MuonSpShower::MuonSpShower | ( | ) |
Default Constructor needed for persistency.
default constructor
Definition at line 26 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 | ||
) |
|
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 66 of file MuonSpShower.cxx.
|
inline |
|
inline |
set the Jet axis - eta
Definition at line 107 of file MuonSpShower.h.
|
inline |
set the number of Inner Hits
Definition at line 114 of file MuonSpShower.h.
|
inline |
set the number of Inner segments
Definition at line 121 of file MuonSpShower.h.
|
inline |
set the number of Middle Hits
Definition at line 116 of file MuonSpShower.h.
|
inline |
set the number of Middle segments
Definition at line 123 of file MuonSpShower.h.
|
inline |
set the number of Outer Hits
Definition at line 118 of file MuonSpShower.h.
|
inline |
set the number of Outer segments
Definition at line 125 of file MuonSpShower.h.
|
inline |
set the number of Trigger Hits
Definition at line 112 of file MuonSpShower.h.
|
inline |
set the Jet axis - phi
Definition at line 109 of file MuonSpShower.h.
|
private |
Definition at line 129 of file MuonSpShower.h.
|
private |
Definition at line 132 of file MuonSpShower.h.
|
private |
Definition at line 133 of file MuonSpShower.h.
|
private |
Definition at line 134 of file MuonSpShower.h.
|
private |
Definition at line 135 of file MuonSpShower.h.
|
private |
Definition at line 136 of file MuonSpShower.h.
|
private |
Definition at line 137 of file MuonSpShower.h.
|
private |
Definition at line 131 of file MuonSpShower.h.
|
private |
Definition at line 130 of file MuonSpShower.h.