ATLAS Offline Software
|
#include <MissingCellListTool.h>
Classes | |
struct | DR2 |
Public Types | |
typedef CaloCell_ID::CaloSample | CaloSample |
Public Member Functions | |
CellPosition () | |
CellPosition (double eta, double phi) | |
CellPosition (double eta, double phi, Identifier id, CaloSample samp) | |
double | x () const |
double | y () const |
void | setX (double x) |
void | setY (double x) |
double | eta () const |
double | phi () const |
CaloSample | sampling () const |
Public Attributes | |
double | m_eta |
double | m_phi |
CaloSample | m_sampling |
Identifier | m_id |
a cell position for the geometric map of missing/bad cells
Definition at line 59 of file MissingCellListTool.h.
Definition at line 60 of file MissingCellListTool.h.
|
inline |
Definition at line 62 of file MissingCellListTool.h.
|
inline |
Definition at line 63 of file MissingCellListTool.h.
|
inline |
Definition at line 64 of file MissingCellListTool.h.
|
inline |
Definition at line 71 of file MissingCellListTool.h.
|
inline |
Definition at line 72 of file MissingCellListTool.h.
|
inline |
Definition at line 73 of file MissingCellListTool.h.
|
inline |
Definition at line 68 of file MissingCellListTool.h.
|
inline |
Definition at line 69 of file MissingCellListTool.h.
|
inline |
Definition at line 66 of file MissingCellListTool.h.
|
inline |
Definition at line 67 of file MissingCellListTool.h.
double jet::CellPosition::m_eta |
Definition at line 81 of file MissingCellListTool.h.
Identifier jet::CellPosition::m_id |
Definition at line 83 of file MissingCellListTool.h.
double jet::CellPosition::m_phi |
Definition at line 81 of file MissingCellListTool.h.
CaloSample jet::CellPosition::m_sampling |
Definition at line 82 of file MissingCellListTool.h.