#include <cstdlib>
Go to the source code of this file.
Classes | |
struct | gctpf::GCTEtaHFStrip_t |
struct | gctpf::GCTEtaHFStripPeak_t |
struct | gctpf::GCTEtaStrip_t |
struct | gctpf::GCTEtaStripPeak_t |
struct | gctpf::GCTint_t |
struct | gctpf::GCTpfcluster_t |
struct | gctpf::PFcluster_t |
struct | gctpf::Region_t |
struct | gctpf::RegionHF_t |
Namespaces | |
gctpf | |
Functions | |
GCTint_t | gctpf::bestOf2 (const GCTint_t &t0, const GCTint_t &t1) |
float | gctpf::getEt (float temp[nTowerEtaSLR][nTowerPhiSLR], int eta, int phi) |
float | gctpf::getEtHF (float temp[nHfEta][nHfPhi/6], int eta, int phi) |
GCTint_t | gctpf::getPeakBin (const GCTEtaStripPeak_t &etaStripPeak) |
GCTint_t | gctpf::getPeakBinHF (const GCTEtaHFStripPeak_t &etaStripPeak) |
GCTint_t | gctpf::getPeakOfHFStrip (const GCTEtaHFStrip_t &etaStrip) |
GCTint_t | gctpf::getPeakOfStrip (const GCTEtaStrip_t &etaStrip) |
GCTint_t | gctpf::getPeakPosition (const Region_t ®ion) |
GCTint_t | gctpf::getPeakPositionHF (const RegionHF_t ®ion) |
Region_t | gctpf::initStructure (float temp[nTowerEtaSLR][nTowerPhiSLR]) |
RegionHF_t | gctpf::initStructureHF (float temp[nHfEta][nHfPhi/6]) |
PFcluster_t | gctpf::pfcluster (float temporary[nTowerEtaSLR][nTowerPhiSLR], int etaoffset, int phioffset) |
PFcluster_t | gctpf::pfclusterHF (float temporary[nHfEta][nHfPhi/6], int etaoffset, int phioffset) |
GCTpfcluster_t | gctpf::recoPfcluster (float temporary[nTowerEtaSLR][nTowerPhiSLR], int etaoffset, int phioffset) |
GCTpfcluster_t | gctpf::recoPfclusterHF (float temporary[nHfEta][nHfPhi/6], int etaoffset, int phioffset) |
void | gctpf::RemoveTmp (float temp[nTowerEtaSLR][nTowerPhiSLR], int eta, int phi) |
void | gctpf::RemoveTmpHF (float temp[nHfEta][nHfPhi/6], int eta, int phi) |
Variables | |
static constexpr int | nHfEta = 24 |
static constexpr int | nHfPhi = 72 |
static constexpr int | nHfRegions = 12 |
static constexpr int | nPFClusterSLR = 8 |
static constexpr int | nSLR = 36 |
static constexpr int | nTowerEta = 34 |
static constexpr int | nTowerEtaSLR = 21 |
static constexpr int | nTowerPhi = 72 |
static constexpr int | nTowerPhiSLR = 8 |
|
static |
Definition at line 26 of file Phase2L1CaloPFClusterEmulator.h.
Referenced by gctpf::getEtHF(), gctpf::initStructureHF(), and gctpf::RemoveTmpHF().
|
static |
Definition at line 27 of file Phase2L1CaloPFClusterEmulator.h.
Referenced by gctpf::getEtHF(), gctpf::getPeakPositionHF(), gctpf::initStructureHF(), gctpf::recoPfclusterHF(), and gctpf::RemoveTmpHF().
|
static |
Definition at line 28 of file Phase2L1CaloPFClusterEmulator.h.
Referenced by Phase2L1CaloPFClusterEmulator::produce().
|
static |
Definition at line 25 of file Phase2L1CaloPFClusterEmulator.h.
Referenced by gctpf::pfcluster(), gctpf::pfclusterHF(), and Phase2L1CaloPFClusterEmulator::produce().
|
static |
Definition at line 22 of file Phase2L1CaloPFClusterEmulator.h.
Referenced by Phase2L1CaloPFClusterEmulator::produce().
|
static |
Definition at line 20 of file Phase2L1CaloPFClusterEmulator.h.
Referenced by Phase2L1CaloPFClusterEmulator::produce().
|
static |
Definition at line 23 of file Phase2L1CaloPFClusterEmulator.h.
Referenced by gctpf::getEt(), gctpf::getPeakPosition(), gctpf::initStructure(), Phase2L1CaloPFClusterEmulator::produce(), gctpf::recoPfcluster(), and gctpf::RemoveTmp().
|
static |
Definition at line 21 of file Phase2L1CaloPFClusterEmulator.h.
Referenced by Phase2L1CaloPFClusterEmulator::produce().
|
static |
Definition at line 24 of file Phase2L1CaloPFClusterEmulator.h.
Referenced by gctpf::getEt(), gctpf::initStructure(), Phase2L1CaloPFClusterEmulator::produce(), gctpf::recoPfcluster(), and gctpf::RemoveTmp().