![]() |
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. | |
| const Grid & | operator[] (GridDisplacement displacement) const |
| Select a grid (const) | |
| template<std::size_t I, typename = typename std::enable_if<isPow2(I)>::type> | |
| Element< I > | get () |
| PufitGridSet | get (std::size_t type) const |
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 ) |
| Element< I > HLT::MET::PufitMultiGridSet< Grid >::get | ( | ) |
| PufitGridSet HLT::MET::PufitMultiGridSet< Grid >::get | ( | std::size_t | type | ) | const |
|
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.