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. More... | |
bool | operator== (const GridParameters &other) const |
GridDisplacement | displacement () const |
The. More... | |
Public Attributes | |
double | maxEta {0.} |
The maximum |eta| value. More... | |
std::size_t | nEtaTowers {0} |
The number of divisions along the eta axis. More... | |
std::size_t | nPhiTowers {0} |
The number of divisions along the phi axis. More... | |
bool | displaceEta {false} |
Whether the grid is displaced in eta. More... | |
bool | displacePhi {false} |
Whether the grid is displaced in phi. More... | |
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 |
bool HLT::MET::GridParameters::operator!= | ( | const GridParameters & | other | ) | const |
bool HLT::MET::GridParameters::operator== | ( | const GridParameters & | other | ) | const |
Definition at line 20 of file PeriodicGridBase.cxx.
bool HLT::MET::GridParameters::displaceEta {false} |
Whether the grid is displaced in eta.
Definition at line 51 of file PeriodicGridBase.h.
bool HLT::MET::GridParameters::displacePhi {false} |
Whether the grid is displaced in phi.
Definition at line 53 of file PeriodicGridBase.h.
double HLT::MET::GridParameters::maxEta {0.} |
The maximum |eta| value.
Definition at line 45 of file PeriodicGridBase.h.
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.