ATLAS Offline Software
|
#include <MissingCellListTool.h>
Public Types | |
typedef Tile< CellPosition, typename POINT::DR2 > | tile_t |
Public Member Functions | |
virtual | ~CaloCellFastMap () |
std::vector< CellPosition > | cellsInDeltaR (double eta, double phi, double r) const |
const cellset_t & | cells () const |
cellset_t & | cells () |
void | init (double rmax) |
void | insert (CellPosition &p) |
std::vector< CellPosition > | pointsInDr (CellPosition &p, double r) const |
retrieve all points within deltaR of p. WARNING !! wrong results if r>rmax ! More... | |
virtual void | clear () |
virtual void | reset () |
unsigned int | size () const |
void | setEtaRange (double r) |
Protected Member Functions | |
size_t | tileIndex (CellPosition &p) const |
index of the tile containing p More... | |
size_t | tileIndex_i (int ix, int iy) const |
retrieve the tile index from its integer coordinates. More... | |
Protected Attributes | |
cellset_t | m_allCells |
double | m_etarange |
double | m_halfetarange |
double | m_rmax |
size_t | m_ndivX |
size_t | m_ndivY |
double | m_sizeX |
double | m_sizeY |
unsigned int | m_size |
std::vector< tile_t > | m_tiles |
Definition at line 89 of file MissingCellListTool.h.
|
inherited |
Definition at line 87 of file TiledEtaPhiMap.h.
|
inlinevirtual |
Definition at line 91 of file MissingCellListTool.h.
|
inline |
Definition at line 98 of file MissingCellListTool.h.
Definition at line 97 of file MissingCellListTool.h.
|
inline |
Definition at line 92 of file MissingCellListTool.h.
|
virtualinherited |
|
inherited |
|
inherited |
|
inherited |
retrieve all points within deltaR of p. WARNING !! wrong results if r>rmax !
|
inlinevirtualinherited |
Definition at line 101 of file TiledEtaPhiMap.h.
|
inlineinherited |
Definition at line 105 of file TiledEtaPhiMap.h.
|
inlineinherited |
Definition at line 103 of file TiledEtaPhiMap.h.
|
inlineprotectedinherited |
index of the tile containing p
Definition at line 119 of file TiledEtaPhiMap.h.
|
inlineprotectedinherited |
retrieve the tile index from its integer coordinates.
Definition at line 131 of file TiledEtaPhiMap.h.
|
protected |
Definition at line 100 of file MissingCellListTool.h.
|
protectedinherited |
Definition at line 109 of file TiledEtaPhiMap.h.
|
protectedinherited |
Definition at line 110 of file TiledEtaPhiMap.h.
|
protectedinherited |
Definition at line 112 of file TiledEtaPhiMap.h.
|
protectedinherited |
Definition at line 112 of file TiledEtaPhiMap.h.
|
protectedinherited |
Definition at line 111 of file TiledEtaPhiMap.h.
|
protectedinherited |
Definition at line 115 of file TiledEtaPhiMap.h.
|
protectedinherited |
Definition at line 113 of file TiledEtaPhiMap.h.
|
protectedinherited |
Definition at line 113 of file TiledEtaPhiMap.h.
|
protectedinherited |
Definition at line 133 of file TiledEtaPhiMap.h.