#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 |
|
) |
| |
◆ ~CaloLayer()
Rec::CaloLayer::~CaloLayer |
( |
| ) |
|
|
default |
◆ geom()
int Rec::CaloLayer::geom |
( |
| ) |
const |
|
inline |
◆ isBarrel()
bool Rec::CaloLayer::isBarrel |
( |
| ) |
const |
|
inline |
◆ print()
void Rec::CaloLayer::print |
( |
| ) |
const |
Definition at line 30 of file CaloLayer.cxx.
33 std::cout <<
" R " <<
m_R << std::endl;
34 std::cout <<
" Z " <<
m_Z << std::endl;
39 std::cout <<
" Rad Len " <<
m_X0<< std::endl;
42 std::cout << std::endl;
◆ 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: