![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Functions | |
| double | phiMean (double a, double b) |
| bool | crossedPhi (const CaloCell &cell, double phi_entrance, double phi_exit) |
| Return true if the cell crossed was crossed by the track in phi. | |
| double | getPathLengthInEta (const CaloCell &cell, double eta_entrance, double eta_exit) |
| Return the % of path length crossed by the track inside a cell in eta. | |
| double | getPathLengthInZ (double zMin, double zMax, double z_entrance, double z_exit) |
| Return the % of path length crossed by the track inside a cell in Z. | |
| double | getPathLengthInZ (const CaloCell &cell, double z_entrance, double z_exit) |
| Return the % of path length crossed by the track inside a cell in Z. | |
| double | pathInsideCell (const CaloCell &cell, const Amg::Vector3D &entry, const Amg::Vector3D &exit) |
| Return the % of path length crossed by the track inside a cell in Z for a ladder shaped cell. | |
|
inline |
Return true if the cell crossed was crossed by the track in phi.
Definition at line 16 of file CaloCellHelpers.h.
|
inline |
Return the % of path length crossed by the track inside a cell in eta.
Definition at line 26 of file CaloCellHelpers.h.
|
inline |
Return the % of path length crossed by the track inside a cell in Z.
Definition at line 48 of file CaloCellHelpers.h.
|
inline |
Return the % of path length crossed by the track inside a cell in Z.
Definition at line 38 of file CaloCellHelpers.h.
|
inline |
Return the % of path length crossed by the track inside a cell in Z for a ladder shaped cell.
Return the % of the path crossed inside the cell, given the parameters for the extrapolation at entrance and exit of the layer
Definition at line 84 of file CaloCellHelpers.h.
|
inline |
Definition at line 13 of file CaloCellHelpers.h.