#include "TrigEFMissingET/PeriodicGridBase.h"
#include "TrigEFMissingET/PufitGrid.h"
#include <cstdint>
#include <limits>
#include <type_traits>
#include "TrigEFMissingET/PufitMultiGrid.icc"
Go to the source code of this file.
|
| 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 |
|
|
constexpr bool | HLT::MET::isPow2 (std::size_t i) |
| Compile time check if a number is a power of 2. More...
|
|
constexpr uint16_t | HLT::MET::intLog2 (std::size_t i, uint16_t tmp=0) |
| Compile time calculation of the log base 2 of an integer. More...
|
|