![]() |
ATLAS Offline Software
|
Parameters describing a grid. More...
#include <PeriodicGridBase.h>
Public Member Functions | |
| bool | operator!= (const GridParameters &other) const |
| Check inequality with other parameter sets. | |
| bool | operator== (const GridParameters &other) const |
| GridDisplacement | displacement () const |
| The. | |
Public Attributes | |
| double | maxEta {0.} |
| The maximum |eta| value. | |
| std::size_t | nEtaTowers {0} |
| The number of divisions along the eta axis. | |
| std::size_t | nPhiTowers {0} |
| The number of divisions along the phi axis. | |
| bool | displaceEta {false} |
| Whether the grid is displaced in eta. | |
| bool | displacePhi {false} |
| Whether the grid is displaced in phi. | |
Parameters describing a grid.
How the grid divides up the detector is described mainly by the extent in eta (phi is by definition 2*pi) and the number of divisions in eta and phi. However, the grids must also support being displaced slightly in eta and phi, so these members are also required.
Definition at line 42 of file PeriodicGridBase.h.
| GridDisplacement HLT::MET::GridParameters::displacement | ( | ) | const |
The.
Definition at line 25 of file PeriodicGridBase.cxx.
| bool HLT::MET::GridParameters::operator!= | ( | const GridParameters & | other | ) | const |
Check inequality with other parameter sets.
Definition at line 11 of file PeriodicGridBase.cxx.
| bool HLT::MET::GridParameters::operator== | ( | const GridParameters & | other | ) | const |
Definition at line 20 of file PeriodicGridBase.cxx.
| bool HLT::MET::GridParameters::displaceEta {false} |
| bool HLT::MET::GridParameters::displacePhi {false} |
| double HLT::MET::GridParameters::maxEta {0.} |
| std::size_t HLT::MET::GridParameters::nEtaTowers {0} |
The number of divisions along the eta axis.
Definition at line 47 of file PeriodicGridBase.h.
| std::size_t HLT::MET::GridParameters::nPhiTowers {0} |
The number of divisions along the phi axis.
Definition at line 49 of file PeriodicGridBase.h.