ATLAS Offline Software
|
Provide a base class for the grids used in some pufit algorithms. More...
#include <cstddef>
#include <utility>
Go to the source code of this file.
Classes | |
struct | HLT::MET::GridParameters |
Parameters describing a grid. More... | |
class | HLT::MET::PeriodicGridBase |
Base class for grids used in some of the pufit algorithms. More... | |
class | HLT::MET::PeriodicGridBase::Tower |
Base class for towers belonging to the grids. More... | |
Namespaces | |
HLT | |
It used to be useful piece of code for replacing actual SG with other store of similar functionality In fact it used to be more like interface adapter for ARA objects access, nevertheless since the ARA project is gone it is only an unnecessary extra layer. | |
HLT::MET | |
Enumerations | |
enum | HLT::MET::GridDisplacement { HLT::MET::NoDisplacement = 0, HLT::MET::EtaDisplaced = 1, HLT::MET::PhiDisplaced = 2, HLT::MET::EtaPhiDisplaced = 3 } |
Enum to describe the positioning of the grid. More... | |
Provide a base class for the grids used in some pufit algorithms.
Definition in file PeriodicGridBase.h.