ATLAS Offline Software
Classes | Namespaces | Functions
PufitGrid.h File Reference
#include <vector>
#include <utility>
#include <array>
#include "TrigEFMissingET/PeriodicGridBase.h"
#include "TrigEFMissingET/SignedKinematics.h"
Include dependency graph for PufitGrid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HLT::MET::PufitGrid
 Bins energy deposits into a grid. More...
 
class  HLT::MET::PufitGrid::Tower
 Describes a single element of the grid. More...
 
struct  HLT::MET::PufitGridSet
 Helper struct to contain a full set of 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
 

Functions

PufitGrid HLT::MET::operator+ (const PufitGrid &lhs, const PufitGrid &rhs)
 Elementwise sum. More...
 
PufitGrid HLT::MET::operator- (const PufitGrid &lhs, const PufitGrid &rhs)
 Elementwise subtraction. More...