ATLAS Offline Software
|
Helper struct to forward the SignedKinematics operators nicely. More...
#include <PufitMultiGrid.h>
Classes | |
struct | Element |
Helper struct to forward the SignedKinematics operators nicely. More... | |
Public Member Functions | |
PufitMultiGridSet (double maxEta, std::size_t nEta, std::size_t nPhi) | |
Grid & | operator[] (GridDisplacement displacement) |
Select a grid. More... | |
const Grid & | operator[] (GridDisplacement displacement) const |
Select a grid (const) More... | |
Public Attributes | |
std::array< Grid, 4 > | grids |
Helper struct to forward the SignedKinematics operators nicely.
Definition at line 315 of file PufitMultiGrid.h.
HLT::MET::PufitMultiGridSet< Grid >::PufitMultiGridSet | ( | double | maxEta, |
std::size_t | nEta, | ||
std::size_t | nPhi | ||
) |
|
inline |
Select a grid.
Definition at line 321 of file PufitMultiGrid.h.
|
inline |
Select a grid (const)
Definition at line 327 of file PufitMultiGrid.h.
std::array<Grid, 4> HLT::MET::PufitMultiGridSet< Grid >::grids |
Definition at line 318 of file PufitMultiGrid.h.