#include <CaloLayer.h>
Definition at line 19 of file CaloLayer.h.
◆ CaloLayer()
| 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.
25{}
const Trk::Surface * surface(void) const
const Trk::Surface * m_surface
◆ ~CaloLayer()
| Rec::CaloLayer::~CaloLayer |
( |
| ) |
|
|
default |
◆ geom()
| int Rec::CaloLayer::geom |
( |
| ) |
const |
|
inline |
◆ isBarrel()
| bool Rec::CaloLayer::isBarrel |
( |
| ) |
const |
|
inline |
◆ print()
| void Rec::CaloLayer::print |
( |
void | | ) |
const |
Definition at line 30 of file CaloLayer.cxx.
31{
32
33 std::cout <<
" R " <<
m_R << std::endl;
34 std::cout <<
" Z " <<
m_Z << std::endl;
35
36
37
38
39 std::cout <<
" Rad Len " <<
m_X0<< std::endl;
40
41
42 std::cout << std::endl;
43}
◆ R()
| double Rec::CaloLayer::R |
( |
| ) |
const |
|
inline |
◆ surface()
◆ X0()
| double Rec::CaloLayer::X0 |
( |
| ) |
const |
|
inline |
◆ Z()
| double Rec::CaloLayer::Z |
( |
| ) |
const |
|
inline |
◆ m_igeom
| int Rec::CaloLayer::m_igeom |
|
private |
◆ m_isBarrel
| bool Rec::CaloLayer::m_isBarrel |
|
private |
◆ m_R
| double Rec::CaloLayer::m_R |
|
private |
◆ m_surface
◆ m_X0
| double Rec::CaloLayer::m_X0 |
|
private |
◆ m_Z
| double Rec::CaloLayer::m_Z |
|
private |
The documentation for this class was generated from the following files: