![]() |
ATLAS Offline Software
|
#include <CaloLayer.h>
Public Member Functions | |
| CaloLayer (const Trk::Surface *surface, int geom, double r, double z, double radLen, bool isBarrel) | |
| ~CaloLayer ()=default | |
| int | geom () const |
| bool | isBarrel () const |
| void | print () const |
| const Trk::Surface * | surface (void) const |
| double | R () const |
| double | Z () const |
| double | X0 () const |
Private Attributes | |
| int | m_igeom |
| bool | m_isBarrel |
| double | m_R |
| double | m_Z |
| const Trk::Surface * | m_surface |
| double | m_X0 |
Definition at line 19 of file CaloLayer.h.
| Rec::CaloLayer::CaloLayer | ( | const Trk::Surface * | surface, |
| int | geom, | ||
| double | r, | ||
| double | z, | ||
| double | radLen, | ||
| bool | isBarrel ) |
Definition at line 13 of file CaloLayer.cxx.
|
default |
|
inline |
Definition at line 49 of file CaloLayer.h.
|
inline |
Definition at line 53 of file CaloLayer.h.
| void Rec::CaloLayer::print | ( | void | ) | const |
Definition at line 30 of file CaloLayer.cxx.
|
inline |
Definition at line 57 of file CaloLayer.h.
|
inline |
Definition at line 61 of file CaloLayer.h.
|
inline |
Definition at line 69 of file CaloLayer.h.
|
inline |
Definition at line 65 of file CaloLayer.h.
|
private |
Definition at line 40 of file CaloLayer.h.
|
private |
Definition at line 41 of file CaloLayer.h.
|
private |
Definition at line 42 of file CaloLayer.h.
|
private |
Definition at line 44 of file CaloLayer.h.
|
private |
Definition at line 45 of file CaloLayer.h.
|
private |
Definition at line 43 of file CaloLayer.h.