#include <CaloClusterer.h>
Public Member Functions | |
Phase2Grid () | |
Public Member Functions inherited from l1tpf_calo::Phase1GridBase | |
int | find_cell (float eta, float phi) const override |
int | ifind_cell (int ieta, int iphi) const |
Phase1GridBase (int nEta, int nPhi, int ietaCoarse, int ietaVeryCoarse, const float *towerEtas) | |
Public Member Functions inherited from l1tpf_calo::Grid | |
float | eta (int icell) const |
float | etaWidth (int icell) const |
int | ieta (int icell) const |
int | iphi (int icell) const |
int | neighbour (int icell, unsigned int idx) const |
float | phi (int icell) const |
float | phiWidth (int icell) const |
unsigned int | size () const |
virtual | ~Grid () |
Static Protected Attributes | |
static const int | phase2_ietaCoarse_ = 36 |
static const int | phase2_ietaVeryCoarse_ = 47 |
static const int | phase2_nEta_ = 48 |
static const int | phase2_nPhi_ = 72 |
static const float | phase2_towerEtas_ [phase2_nEta_] |
Additional Inherited Members | |
Protected Member Functions inherited from l1tpf_calo::Phase1GridBase | |
int | imove (int ieta, int iphi, int deta, int dphi) |
bool | valid_ieta_iphi (int ieta, int iphi) const |
Protected Member Functions inherited from l1tpf_calo::Grid | |
Grid (unsigned int size) | |
Protected Attributes inherited from l1tpf_calo::Phase1GridBase | |
std::vector< int > | cell_map_ |
const int | ietaCoarse_ |
const int | ietaVeryCoarse_ |
const int | nEta_ |
const int | nPhi_ |
const float * | towerEtas_ |
Protected Attributes inherited from l1tpf_calo::Grid | |
std::vector< float > | eta_ |
std::vector< float > | etaWidth_ |
std::vector< int > | ieta_ |
std::vector< int > | iphi_ |
unsigned int | ncells_ |
std::vector< std::array< int, 8 > > | neighbours_ |
std::vector< float > | phi_ |
std::vector< float > | phiWidth_ |
Definition at line 85 of file CaloClusterer.h.
|
inline |
Definition at line 87 of file CaloClusterer.h.
|
staticprotected |
Definition at line 91 of file CaloClusterer.h.
|
staticprotected |
Definition at line 91 of file CaloClusterer.h.
|
staticprotected |
Definition at line 91 of file CaloClusterer.h.
|
staticprotected |
Definition at line 91 of file CaloClusterer.h.
|
staticprotected |
Definition at line 92 of file CaloClusterer.h.