![]() |
ATLAS Offline Software
|
class storing information on the intersection of a track with a cell More...
#include <ParticleCellIntersection.h>
Public Member Functions | |
| ParticleCellIntersection (const CaloCell &cell, double expectEnergyLoss, double pathLength) | |
| constructor taking a cell, expected energy loss, entry and exit position | |
| const CaloCell & | cell () const |
| return cell | |
| double | expectedEnergyLoss () const |
| return expected energy loss | |
| double | pathLength () const |
| entry position | |
Private Attributes | |
| const CaloCell * | m_cell |
| double | m_expectedEnergyLoss |
| double | m_pathLength |
class storing information on the intersection of a track with a cell
Definition at line 13 of file ParticleCellIntersection.h.
|
inline |
constructor taking a cell, expected energy loss, entry and exit position
Definition at line 33 of file ParticleCellIntersection.h.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 28 of file ParticleCellIntersection.h.
|
private |
Definition at line 29 of file ParticleCellIntersection.h.
|
private |
Definition at line 30 of file ParticleCellIntersection.h.