![]() |
ATLAS Offline Software
|
Description of a radial segment of a HEC module. More...
#include <HECRadialSegment.h>
Public Member Functions | |
| HECRadialSegment (const HECRadialSegment &right) | |
| Copy Constructor. More... | |
| HECRadialSegment (double lower, double upper) | |
| Constructor. More... | |
| ~HECRadialSegment () | |
| Destructor. More... | |
| HECRadialSegment & | operator= (const HECRadialSegment &right) |
| Assignment. More... | |
| double | getMinVal () const |
| Minimum Range Value. More... | |
| double | getMaxVal () const |
| Maximum Range Value. More... | |
Private Attributes | |
| double | m_minVal |
| double | m_maxVal |
Description of a radial segment of a HEC module.
The HEC Radial Segment class describes the radial segmentation of one of the 7 compartments of the HEC. This essentially just consists of a minimum and maximum radial value.
Definition at line 19 of file HECRadialSegment.h.
|
inline |
|
inline |
Constructor.
Definition at line 78 of file HECRadialSegment.h.
|
inline |
|
inline |
Definition at line 118 of file HECRadialSegment.h.
|
inline |
Definition at line 111 of file HECRadialSegment.h.
|
inline |
|
private |
Definition at line 59 of file HECRadialSegment.h.
|
private |
Definition at line 58 of file HECRadialSegment.h.
1.8.18